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