Class GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo
Information about account verification, used for identity verification.
Implements
Inherited Members
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 |