Class: Google::Cloud::RecaptchaEnterprise::V1::UserInfo
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::UserInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
User information associated with a request protected by reCAPTCHA Enterprise.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Optional.
-
#create_account_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#user_ids ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::UserId>
Optional.
Instance Attribute Details
#account_id ⇒ ::String
Returns Optional. For logged-in requests or login/registration requests, the unique account identifier associated with this user. You can use the username if it is stable (meaning it is the same for every request associated with the same user), or any stable user ID of your choice. Leave blank for non logged-in actions or guest checkout.
717 718 719 720 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 717 class UserInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_account_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.
717 718 719 720 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 717 class UserInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_ids ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1::UserId>
Returns Optional. Identifiers associated with this user or request.
717 718 719 720 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 717 class UserInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |