Class PrivatecaCaPoolPublishingOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • publishCaCert

        @Stability(Stable)
        public PrivatecaCaPoolPublishingOptions.Builder publishCaCert​(Boolean publishCaCert)
        Parameters:
        publishCaCert - When true, publishes each CertificateAuthority's CA certificate and includes its URL in the "Authority Information Access" X.509 extension in all issued Certificates. If this is false, the CA certificate will not be published and the corresponding X.509 extension will not be written in issued certificates. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#publish_ca_cert PrivatecaCaPool#publish_ca_cert}
        Returns:
        this
      • publishCaCert

        @Stability(Stable)
        public PrivatecaCaPoolPublishingOptions.Builder publishCaCert​(com.hashicorp.cdktf.IResolvable publishCaCert)
        Parameters:
        publishCaCert - When true, publishes each CertificateAuthority's CA certificate and includes its URL in the "Authority Information Access" X.509 extension in all issued Certificates. If this is false, the CA certificate will not be published and the corresponding X.509 extension will not be written in issued certificates. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#publish_ca_cert PrivatecaCaPool#publish_ca_cert}
        Returns:
        this
      • publishCrl

        @Stability(Stable)
        public PrivatecaCaPoolPublishingOptions.Builder publishCrl​(Boolean publishCrl)
        Parameters:
        publishCrl - When true, publishes each CertificateAuthority's CRL and includes its URL in the "CRL Distribution Points" X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#publish_crl PrivatecaCaPool#publish_crl}
        Returns:
        this
      • publishCrl

        @Stability(Stable)
        public PrivatecaCaPoolPublishingOptions.Builder publishCrl​(com.hashicorp.cdktf.IResolvable publishCrl)
        Parameters:
        publishCrl - When true, publishes each CertificateAuthority's CRL and includes its URL in the "CRL Distribution Points" X.509 extension in all issued Certificates. If this is false, CRLs will not be published and the corresponding X.509 extension will not be written in issued certificates. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#publish_crl PrivatecaCaPool#publish_crl}
        Returns:
        this
      • encodingFormat

        @Stability(Stable)
        public PrivatecaCaPoolPublishingOptions.Builder encodingFormat​(String encodingFormat)
        Parameters:
        encodingFormat - Specifies the encoding format of each CertificateAuthority's CA certificate and CRLs. If this is omitted, CA certificates and CRLs will be published in PEM. Possible values: ["PEM", "DER"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#encoding_format PrivatecaCaPool#encoding_format}
        Returns:
        this