Get Certificate Issuance Config Result
data class GetCertificateIssuanceConfigResult(val certificateAuthorityConfig: CertificateAuthorityConfigResponse, val createTime: String, val description: String, val keyAlgorithm: String, val labels: Map<String, String>, val lifetime: String, val name: String, val rotationWindowPercentage: Int, val updateTime: String)
Properties
Link copied to clipboard
The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.
Link copied to clipboard
The creation timestamp of a CertificateIssuanceConfig.
Link copied to clipboard
One or more paragraphs of text description of a CertificateIssuanceConfig.
Link copied to clipboard
The key algorithm to use when generating the private key.
Link copied to clipboard
Specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate. Must be a number between 1-99, inclusive.
Link copied to clipboard
The last update timestamp of a CertificateIssuanceConfig. //*/