View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IOSKeySettings (google_api_recaptcha_enterprise v0.4.0)

Settings specific to keys that can be used by iOS apps.

Attributes

  • allowAllBundleIds (type: boolean(), default: nil) - If set to true, allowed_bundle_ids are not enforced.
  • allowedBundleIds (type: list(String.t), default: nil) - iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1IOSKeySettings{
    allowAllBundleIds: boolean() | nil,
    allowedBundleIds: [String.t()] | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.