Class: Google::Cloud::RecaptchaEnterprise::V1::TransactionData::User
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::TransactionData::User
- 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
-
#account_id ⇒ ::String
Optional.
-
#creation_ms ⇒ ::Integer
Optional.
-
#email ⇒ ::String
Optional.
-
#email_verified ⇒ ::Boolean
Optional.
-
#phone_number ⇒ ::String
Optional.
-
#phone_verified ⇒ ::Boolean
Optional.
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.
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 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.
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Optional. The email address of the user.
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 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).
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 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.
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 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).
647 648 649 650 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 647 class User include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |