Interface PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes

    • Method Detail

      • getAllowConfigBasedIssuance

        @Stability(Stable)
        @NotNull
        Object getAllowConfigBasedIssuance()
        When true, allows callers to create Certificates by specifying a CertificateConfig.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allow_config_based_issuance PrivatecaCaPool#allow_config_based_issuance}

      • getAllowCsrBasedIssuance

        @Stability(Stable)
        @NotNull
        Object getAllowCsrBasedIssuance()
        When true, allows callers to create Certificates by specifying a CSR.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allow_csr_based_issuance PrivatecaCaPool#allow_csr_based_issuance}