Class ClientTlsPolicyState


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

      • clientCertificate

        public java.util.Optional<com.pulumi.core.Output<ClientTlsPolicyClientCertificateArgs>> clientCertificate()
        Returns:
        Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS. Structure is documented below.
      • createTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> createTime()
        Returns:
        Time the ClientTlsPolicy was created in UTC.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A free-text description of the resource. Max length 1024 characters.
      • effectiveLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> effectiveLabels()
        Returns:
        All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> labels()
        Returns:
        Set of label tags associated with the ClientTlsPolicy resource. **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.
      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location of the client tls policy. The default value is `global`.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        Name of the ClientTlsPolicy resource. ***
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
      • pulumiLabels

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> pulumiLabels()
        Returns:
        The combination of labels configured directly on the resource and default labels configured on the provider.
      • serverValidationCas

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ClientTlsPolicyServerValidationCaArgs>>> serverValidationCas()
        Returns:
        Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.
      • sni

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sni()
        Returns:
        Server Name Indication string to present to the server during TLS handshake. E.g: "secure.example.com".
      • updateTime

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> updateTime()
        Returns:
        Time the ClientTlsPolicy was updated in UTC.