Class EnterpriseKeyArgs


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

      • androidSettings

        public java.util.Optional<com.pulumi.core.Output<EnterpriseKeyAndroidSettingsArgs>> androidSettings()
        Returns:
        Settings for keys that can be used by Android apps.
      • displayName

        public com.pulumi.core.Output<java.lang.String> displayName()
        Returns:
        Human-readable display name of this key. Modifiable by user. ***
      • iosSettings

        public java.util.Optional<com.pulumi.core.Output<EnterpriseKeyIosSettingsArgs>> iosSettings()
        Returns:
        Settings for keys that can be used by iOS apps.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        See [Creating and managing labels](https://cloud.google.com/recaptcha-enterprise/docs/labels). **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field `effective_labels` for all of the labels present on the resource.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The project for the resource
      • testingOptions

        public java.util.Optional<com.pulumi.core.Output<EnterpriseKeyTestingOptionsArgs>> testingOptions()
        Returns:
        Options for user acceptance testing.
      • webSettings

        public java.util.Optional<com.pulumi.core.Output<EnterpriseKeyWebSettingsArgs>> webSettings()
        Returns:
        Settings for keys that can be used by websites.