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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecaptchaEnterpriseKeyAndroidSettings.BuilderA builder forRecaptchaEnterpriseKeyAndroidSettingsstatic classRecaptchaEnterpriseKeyAndroidSettings.Jsii$ProxyAn implementation forRecaptchaEnterpriseKeyAndroidSettings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static RecaptchaEnterpriseKeyAndroidSettings.Builderbuilder()default ObjectgetAllowAllPackageNames()If set to true, it means allowed_package_names will not be enforced.default List<String>getAllowedPackageNames()Android package names of apps allowed to use the key.
-
-
-
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}
-
builder
@Stability(Stable) static RecaptchaEnterpriseKeyAndroidSettings.Builder builder()
-
-