Class: Google::Cloud::RecaptchaEnterprise::V1::FraudSignals::UserSignals

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    Output only. This user (based on email, phone, and other identifiers) has been seen on the internet for at least this number of days.



885
886
887
888
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 885

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.

Returns:

  • (::Float)

    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.



885
886
887
888
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 885

class UserSignals
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end