Show / Hide Table of Contents

Class GoogleCloudRecaptchaenterpriseV1UserInfo

User information associated with a request protected by reCAPTCHA Enterprise.

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

Properties

AccountId

Optional. For logged-in requests or login/registration requests, the unique account identifier associated with this user. You can use the username if it is stable (meaning it is the same for every request associated with the same user), or any stable user ID of your choice. Leave blank for non logged-in actions or guest checkout.

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

CreateAccountTime

object representation of CreateAccountTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateAccountTimeDateTimeOffset instead.")]
public virtual object CreateAccountTime { get; set; }
Property Value
Type Description
object

CreateAccountTimeDateTimeOffset

DateTimeOffset representation of CreateAccountTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateAccountTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateAccountTimeRaw

Optional. Creation time for this account associated with this user. Leave blank for non logged-in actions, guest checkout, or when there is no account associated with the current user.

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

ETag

The ETag of the item.

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

UserIds

Optional. Identifiers associated with this user or request.

Declaration
[JsonProperty("userIds")]
public virtual IList<GoogleCloudRecaptchaenterpriseV1UserId> UserIds { get; set; }
Property Value
Type Description
IList<GoogleCloudRecaptchaenterpriseV1UserId>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX