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

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

Attributes

  • allowAllPackageNames (type: boolean(), default: nil) - If set to true, allowed_package_names are not enforced.
  • allowedPackageNames (type: list(String.t), default: nil) - Android package names of apps allowed to use the key. Example: 'com.companyname.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.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings{
    allowAllPackageNames: boolean() | nil,
    allowedPackageNames: [String.t()] | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.