Class GoogleCloudRecaptchaenterpriseV1TransactionDataUser
Details about a user's account involved in the transaction.
Implements
Inherited Members
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 |
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? |