Interface RecaptchaEnterpriseKeyIosSettings

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

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

      • getAllowAllBundleIds

        @Stability(Stable)
        @Nullable
        default Object getAllowAllBundleIds()
        If set to true, it means allowed_bundle_ids 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_bundle_ids RecaptchaEnterpriseKey#allow_all_bundle_ids}

      • getAllowedBundleIds

        @Stability(Stable)
        @Nullable
        default List<String> getAllowedBundleIds()
        iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'.

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