Class: Google::Cloud::RecaptchaEnterprise::V1beta1::PasswordLeakVerification
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::PasswordLeakVerification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Password leak verification info.
Instance Attribute Summary collapse
-
#canonicalized_username ⇒ ::String
Optional.
-
#credentials_leaked ⇒ ::Boolean
readonly
Output only.
-
#hashed_user_credentials ⇒ ::String
Optional.
Instance Attribute Details
#canonicalized_username ⇒ ::String
Returns Optional. The username part of the user credentials for which we want to trigger a leak check in canonicalized form. This is the same data used to create the hashed_user_credentials on the customer side.
294 295 296 297 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294 class PasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#credentials_leaked ⇒ ::Boolean (readonly)
Returns Output only. Whether or not the user's credentials are present in a known leak.
294 295 296 297 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294 class PasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hashed_user_credentials ⇒ ::String
Returns Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.
294 295 296 297 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 294 class PasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |