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

Information about account verification, used for identity verification.

Attributes

  • endpoints (type: list(GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo.t), default: nil) - Optional. Endpoints that can be used for identity verification.
  • languageCode (type: String.t, default: nil) - Optional. Language code preference for the verification message, set as a IETF BCP 47 language code.
  • latestVerificationResult (type: String.t, default: nil) - Output only. Result of the latest account verification challenge.
  • username (type: String.t, default: nil) - Username of the account that is being verified. Deprecated. Customers should now provide the account_id field in event.user_info.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo{
    endpoints:
      [
        GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo.t()
      ]
      | nil,
    languageCode: String.t() | nil,
    latestVerificationResult: String.t() | nil,
    username: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.