Class RecaptchaEnterpriseKeyAndroidSettings.Jsii$Proxy

    • 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.
    • Method Detail

      • getAllowAllPackageNames

        public final Object getAllowAllPackageNames()
        Description copied from interface: RecaptchaEnterpriseKeyAndroidSettings
        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}

        Specified by:
        getAllowAllPackageNames in interface RecaptchaEnterpriseKeyAndroidSettings
      • getAllowedPackageNames

        public final List<String> getAllowedPackageNames()
        Description copied from interface: RecaptchaEnterpriseKeyAndroidSettings
        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}

        Specified by:
        getAllowedPackageNames in interface RecaptchaEnterpriseKeyAndroidSettings
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object