Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1TransactionDataUser

Details about a user's account involved in the transaction.

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

Properties

AccountId

Optional. Unique account identifier for this user. If using account defender, this should match the hashed_account_id field. Otherwise, a unique and persistent identifier for this account.

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

CreationMs

Optional. The epoch milliseconds of the user's account creation.

Declaration
[JsonProperty("creationMs")]
public virtual long? CreationMs { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

Email

Optional. The email address of the user.

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

EmailVerified

Optional. Whether the email has been verified to be accessible by the user (OTP or similar).

Declaration
[JsonProperty("emailVerified")]
public virtual bool? EmailVerified { get; set; }
Property Value
Type Description
bool?

PhoneNumber

Optional. The phone number of the user, with country code.

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

PhoneVerified

Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).

Declaration
[JsonProperty("phoneVerified")]
public virtual bool? PhoneVerified { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX