Class PasswordLeakVerification (1.0.0-beta06)

public sealed class PasswordLeakVerification : IMessage<PasswordLeakVerification>, IEquatable<PasswordLeakVerification>, IDeepCloneable<PasswordLeakVerification>, IBufferMessage, IMessage

Password leak verification info.

Inheritance

Object > PasswordLeakVerification

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

PasswordLeakVerification()

public PasswordLeakVerification()

PasswordLeakVerification(PasswordLeakVerification)

public PasswordLeakVerification(PasswordLeakVerification other)
Parameter
NameDescription
otherPasswordLeakVerification

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
TypeDescription
String

CredentialsLeaked

public bool CredentialsLeaked { get; set; }

Output only. Whether or not the user's credentials are present in a known leak.

Property Value
TypeDescription
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
TypeDescription
ByteString