Google Cloud reCAPTCHA Enterprise v1 API - Class AccountVerificationInfo (2.12.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class AccountVerificationInfo.

Information about account verification, used for identity verification.

Inheritance

object > AccountVerificationInfo

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

AccountVerificationInfo()

public AccountVerificationInfo()

AccountVerificationInfo(AccountVerificationInfo)

public AccountVerificationInfo(AccountVerificationInfo other)
Parameter
NameDescription
otherAccountVerificationInfo

Properties

Endpoints

public RepeatedField<EndpointVerificationInfo> Endpoints { get; }

Optional. Endpoints that can be used for identity verification.

Property Value
TypeDescription
RepeatedFieldEndpointVerificationInfo

LanguageCode

public string LanguageCode { get; set; }

Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.

Property Value
TypeDescription
string

LatestVerificationResult

public AccountVerificationInfo.Types.Result LatestVerificationResult { get; set; }

Output only. Result of the latest account verification challenge.

Property Value
TypeDescription
AccountVerificationInfoTypesResult

Username

[Obsolete]
public string Username { get; set; }

Username of the account that is being verified. Deprecated. Customers should now provide the account_id field in event.user_info.

Property Value
TypeDescription
string