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.
915 916 917 918 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 915 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.
915 916 917 918 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 915 class UserSignals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |