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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecaptchaEnterpriseKeyIosSettings.BuilderA builder forRecaptchaEnterpriseKeyIosSettingsstatic classRecaptchaEnterpriseKeyIosSettings.Jsii$ProxyAn implementation forRecaptchaEnterpriseKeyIosSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static RecaptchaEnterpriseKeyIosSettings.Builderbuilder()default ObjectgetAllowAllBundleIds()If set to true, it means allowed_bundle_ids will not be enforced.default List<String>getAllowedBundleIds()iOS bundle ids of apps allowed to use the key.
-
-
-
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}
-
builder
@Stability(Stable) static RecaptchaEnterpriseKeyIosSettings.Builder builder()
-
-