Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::User

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns 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)

    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.



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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

#creation_ms::Integer

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

Returns:

  • (::Integer)

    The epoch milliseconds of the user's account creation.



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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

#email::String

Returns The email address of the user.

Returns:

  • (::String)

    The email address of the user.



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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

#email_verified::Boolean

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

Returns:

  • (::Boolean)

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



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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

#phone_number::String

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

Returns:

  • (::String)

    The phone number of the user, with country code.



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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

#phone_verified::Boolean

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

Returns:

  • (::Boolean)

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



526
527
528
529
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 526

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