Class GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo
Information about a verification endpoint that can be used for 2FA.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAddress
Email address for which to trigger a verification request.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
LastVerificationTime
object representation of LastVerificationTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastVerificationTimeDateTimeOffset instead.")]
public virtual object LastVerificationTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastVerificationTimeDateTimeOffset
DateTimeOffset representation of LastVerificationTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastVerificationTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastVerificationTimeRaw
Output only. Timestamp of the last successful verification for the endpoint, if any.
Declaration
[JsonProperty("lastVerificationTime")]
public virtual string LastVerificationTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
PhoneNumber
Phone number for which to trigger a verification request. Should be given in E.164 format.
Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestToken
Output only. Token to provide to the client to trigger endpoint verification. It must be used within 15 minutes.
Declaration
[JsonProperty("requestToken")]
public virtual string RequestToken { get; set; }
Property Value
Type | Description |
---|---|
string |