Interface RecaptchaEnterpriseKeyAndroidSettings

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    RecaptchaEnterpriseKeyAndroidSettings.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.503Z")
    @Stability(Stable)
    public interface RecaptchaEnterpriseKeyAndroidSettings
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAllowAllPackageNames

        @Stability(Stable)
        @Nullable
        default Object getAllowAllPackageNames()
        If set to true, it means allowed_package_names will not be enforced.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allow_all_package_names RecaptchaEnterpriseKey#allow_all_package_names}

      • getAllowedPackageNames

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedPackageNames()
        Android package names of apps allowed to use the key. Example: 'com.companyname.appname'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/recaptcha_enterprise_key#allowed_package_names RecaptchaEnterpriseKey#allowed_package_names}