Class: Google::Cloud::RecaptchaEnterprise::V1::FraudSignals::UserSignals
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::FraudSignals::UserSignals
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Signals describing the user involved in this transaction.
Instance Attribute Summary collapse
-
#active_days_lower_bound ⇒ ::Integer
readonly
Output only.
-
#synthetic_risk ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#active_days_lower_bound ⇒ ::Integer (readonly)
Returns Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.
934 935 936 937 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 934 class UserSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#synthetic_risk ⇒ ::Float (readonly)
Returns Output only. Likelihood (from 0.0 to 1.0) this user includes synthetic components in their identity, such as a randomly generated email address, temporary phone number, or fake shipping address.
934 935 936 937 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 934 class UserSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |