public sealed class PasswordLeakVerification : IMessage<PasswordLeakVerification>, IEquatable<PasswordLeakVerification>, IDeepCloneable<PasswordLeakVerification>, IBufferMessage, IMessage
Password leak verification info.
Implements
IMessage<PasswordLeakVerification>, IEquatable<PasswordLeakVerification>, IDeepCloneable<PasswordLeakVerification>, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Beta1Assembly
Google.Cloud.RecaptchaEnterprise.V1Beta1.dll
Constructors
PasswordLeakVerification()
public PasswordLeakVerification()
PasswordLeakVerification(PasswordLeakVerification)
public PasswordLeakVerification(PasswordLeakVerification other)
Parameter | |
---|---|
Name | Description |
other | PasswordLeakVerification |
Properties
CanonicalizedUsername
public string CanonicalizedUsername { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
CredentialsLeaked
public bool CredentialsLeaked { get; set; }
Output only. Whether or not the user's credentials are present in a known leak.
Property Value | |
---|---|
Type | Description |
Boolean |
HashedUserCredentials
public ByteString HashedUserCredentials { get; set; }
Optional. Scrypt hash of the username+password that the customer wants to verify against a known password leak.
Property Value | |
---|---|
Type | Description |
ByteString |