Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo

Information about account verification, used for identity verification.

Inheritance
object
GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo
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 GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Endpoints

Optional. Endpoints that can be used for identity verification.

Declaration
[JsonProperty("endpoints")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo> Endpoints { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo>

LanguageCode

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

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

LatestVerificationResult

Output only. Result of the latest account verification challenge.

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

Username

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX