Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification

Private password leak verification info.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1PrivatePasswordLeakVerification : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptedLeakMatchPrefixes

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

Declaration
[JsonProperty("encryptedLeakMatchPrefixes")]
public virtual IList<string> EncryptedLeakMatchPrefixes { get; set; }
Property Value
Type Description
IList<string>

EncryptedUserCredentialsHash

Optional. Encrypted Scrypt hash of the canonicalized username+password. It is re-encrypted by the server and returned through reencrypted_user_credentials_hash.

Declaration
[JsonProperty("encryptedUserCredentialsHash")]
public virtual string EncryptedUserCredentialsHash { get; set; }
Property Value
Type Description
string

LookupHashPrefix

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.

Declaration
[JsonProperty("lookupHashPrefix")]
public virtual string LookupHashPrefix { get; set; }
Property Value
Type Description
string

ReencryptedUserCredentialsHash

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.

Declaration
[JsonProperty("reencryptedUserCredentialsHash")]
public virtual string ReencryptedUserCredentialsHash { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX