Class RecaptchaEnterpriseKeyIosSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyIosSettings.Jsii$Proxy
-
- All Implemented Interfaces:
RecaptchaEnterpriseKeyIosSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RecaptchaEnterpriseKeyIosSettings
@Stability(Stable) @Internal public static final class RecaptchaEnterpriseKeyIosSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RecaptchaEnterpriseKeyIosSettings
An implementation forRecaptchaEnterpriseKeyIosSettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.recaptcha_enterprise_key.RecaptchaEnterpriseKeyIosSettings
RecaptchaEnterpriseKeyIosSettings.Builder, RecaptchaEnterpriseKeyIosSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RecaptchaEnterpriseKeyIosSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyIosSettings.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowAllBundleIds()If set to true, it means allowed_bundle_ids will not be enforced.List<String>getAllowedBundleIds()iOS bundle ids of apps allowed to use the key.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(RecaptchaEnterpriseKeyIosSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theRecaptchaEnterpriseKeyIosSettings.Builder.
-
-
Method Detail
-
getAllowAllBundleIds
public final Object getAllowAllBundleIds()
Description copied from interface:RecaptchaEnterpriseKeyIosSettingsIf 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}
- Specified by:
getAllowAllBundleIdsin interfaceRecaptchaEnterpriseKeyIosSettings
-
getAllowedBundleIds
public final List<String> getAllowedBundleIds()
Description copied from interface:RecaptchaEnterpriseKeyIosSettingsiOS 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}
- Specified by:
getAllowedBundleIdsin interfaceRecaptchaEnterpriseKeyIosSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-