certificate Authority Config
suspend fun certificateAuthorityConfig(value: Output<CertificateIssuanceConfigCertificateAuthorityConfigArgs>)
suspend fun certificateAuthorityConfig(value: CertificateIssuanceConfigCertificateAuthorityConfigArgs?)
Parameters
value
The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc. Structure is documented below.
suspend fun certificateAuthorityConfig(argument: suspend CertificateIssuanceConfigCertificateAuthorityConfigArgsBuilder.() -> Unit)
Parameters
argument
The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc. Structure is documented below.