Class: Google::Cloud::RecaptchaEnterprise::V1::PrivatePasswordLeakVerification
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::PrivatePasswordLeakVerification
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Private password leak verification info.
Instance Attribute Summary collapse
-
#encrypted_leak_match_prefixes ⇒ ::Array<::String>
readonly
Output only.
-
#encrypted_user_credentials_hash ⇒ ::String
Optional.
-
#lookup_hash_prefix ⇒ ::String
Required.
-
#reencrypted_user_credentials_hash ⇒ ::String
readonly
Output only.
Instance Attribute Details
#encrypted_leak_match_prefixes ⇒ ::Array<::String> (readonly)
Returns Output only. List of prefixes of the encrypted potential password leaks
that matched the given parameters. They must be compared with the
client-side decryption prefix of reencrypted_user_credentials_hash
.
390 391 392 393 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 390 class PrivatePasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encrypted_user_credentials_hash ⇒ ::String
Returns Optional. Encrypted Scrypt hash of the canonicalized username+password. It
is re-encrypted by the server and returned through
reencrypted_user_credentials_hash
.
390 391 392 393 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 390 class PrivatePasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#lookup_hash_prefix ⇒ ::String
Returns Required. Exactly 26-bit prefix of the SHA-256 hash of the canonicalized username. It is used to look up password leaks associated with that hash prefix.
390 391 392 393 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 390 class PrivatePasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reencrypted_user_credentials_hash ⇒ ::String (readonly)
Returns Output only. Corresponds to the re-encryption of the
encrypted_user_credentials_hash
field. It is used to match potential
password leaks within encrypted_leak_match_prefixes
.
390 391 392 393 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 390 class PrivatePasswordLeakVerification include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |