Class: Google::Cloud::RecaptchaEnterprise::V1::TransactionData::User

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

Details about a user's account involved in the transaction.

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns Optional. Unique account identifier for this user. If using account defender, this should match the hashed_account_id field. Otherwise, a unique and persistent identifier for this account.

Returns:

  • (::String)

    Optional. Unique account identifier for this user. If using account defender, this should match the hashed_account_id field. Otherwise, a unique and persistent identifier for this account.



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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

#creation_ms::Integer

Returns Optional. The epoch milliseconds of the user's account creation.

Returns:

  • (::Integer)

    Optional. The epoch milliseconds of the user's account creation.



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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

#email::String

Returns Optional. The email address of the user.

Returns:

  • (::String)

    Optional. The email address of the user.



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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

#email_verified::Boolean

Returns Optional. Whether the email has been verified to be accessible by the user (OTP or similar).

Returns:

  • (::Boolean)

    Optional. Whether the email has been verified to be accessible by the user (OTP or similar).



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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

#phone_number::String

Returns Optional. The phone number of the user, with country code.

Returns:

  • (::String)

    Optional. The phone number of the user, with country code.



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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

#phone_verified::Boolean

Returns Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).

Returns:

  • (::Boolean)

    Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).



617
618
619
620
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 617

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