Class: Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::FraudPreventionAssessment::BehavioralTrustVerdict
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Information about behavioral trust of the transaction.
Instance Attribute Summary collapse
-
#trust ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#trust ⇒ ::Float (readonly)
Returns Output only. Probability (0-1) of this transaction attempt being executed in a behaviorally trustworthy way.
672 673 674 675 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 672 class BehavioralTrustVerdict include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |