Class EnterpriseKeyWebSettingsArgs


  • public final class EnterpriseKeyWebSettingsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • allowAllDomains

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowAllDomains()
        Returns:
        If set to true, it means allowed_domains will not be enforced.
      • allowAmpTraffic

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowAmpTraffic()
        Returns:
        If set to true, the key can be used on AMP (Accelerated Mobile Pages) websites. This is supported only for the SCORE integration type.
      • allowedDomains

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> allowedDomains()
        Returns:
        Domains or subdomains of websites allowed to use the key. All subdomains of an allowed domain are automatically allowed. A valid domain requires a host and must not include any path, port, query or fragment. Examples: 'example.com' or 'subdomain.example.com'
      • challengeSecurityPreference

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> challengeSecurityPreference()
        Returns:
        Settings for the frequency and difficulty at which this key triggers captcha challenges. This should only be specified for IntegrationTypes CHECKBOX and INVISIBLE. Possible values: CHALLENGE_SECURITY_PREFERENCE_UNSPECIFIED, USABILITY, BALANCE, SECURITY
      • integrationType

        public com.pulumi.core.Output<java.lang.String> integrationType()
        Returns:
        Required. Describes how this key is integrated with the website. Possible values: SCORE, CHECKBOX, INVISIBLE