Class: Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::CardTestingVerdict
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/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
Probability (0-1) of this transaction attempt being part of a card testing attack.
Instance Attribute Details
#risk ⇒ ::Float
Returns Probability (0-1) of this transaction attempt being part of a card testing attack.
663 664 665 666 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 663 class CardTestingVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |