View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataUser (google_api_recaptcha_enterprise v0.7.0)

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

Attributes

  • accountId (type: String.t, default: nil) - 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.
  • creationMs (type: String.t, default: nil) - Optional. The epoch milliseconds of the user's account creation.
  • email (type: String.t, default: nil) - Optional. The email address of the user.
  • emailVerified (type: boolean(), default: nil) - Optional. Whether the email has been verified to be accessible by the user (OTP or similar).
  • phoneNumber (type: String.t, default: nil) - Optional. The phone number of the user, with country code.
  • phoneVerified (type: boolean(), default: nil) - Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1TransactionDataUser{
    accountId: String.t() | nil,
    creationMs: String.t() | nil,
    email: String.t() | nil,
    emailVerified: boolean() | nil,
    phoneNumber: String.t() | nil,
    phoneVerified: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.