Class: Google::Cloud::RecaptchaEnterprise::V1::FraudPreventionAssessment::CardTestingVerdict
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::FraudPreventionAssessment::CardTestingVerdict
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Information about card testing fraud, where an adversary is testing fraudulently obtained cards or brute forcing their details.
Instance Attribute Summary collapse
-
#risk ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#risk ⇒ ::Float (readonly)
Returns Output only. Probability of this transaction attempt being part of a card testing attack. Values are from 0.0 (lowest) to 1.0 (highest).
895 896 897 898 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 895 class CardTestingVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |