Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/recaptchaenterprise_v1/classes.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb

Overview

Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict

Returns a new instance of GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentCardTestingVerdict.



890
891
892
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 890

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#riskFloat

Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest). Corresponds to the JSON property risk

Returns:

  • (Float)


888
889
890
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 888

def risk
  @risk
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



895
896
897
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 895

def update!(**args)
  @risk = args[:risk] if args.key?(:risk)
end