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

Contains fields that are required to perform Apple-specific integrity checks.

Attributes

  • keyId (type: String.t, default: nil) - Required. The Apple developer key ID (10-character string).
  • privateKey (type: String.t, default: nil) - Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.
  • teamId (type: String.t, default: nil) - Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1AppleDeveloperId{
    keyId: String.t() | nil,
    privateKey: String.t() | nil,
    teamId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.