Get Certificate Authority Result
data class GetCertificateAuthorityResult(val arn: String, val certificate: String, val certificateChain: String, val certificateSigningRequest: String, val id: String, val notAfter: String, val notBefore: String, val revocationConfigurations: List<GetCertificateAuthorityRevocationConfiguration>, val serial: String, val status: String, val tags: Map<String, String>, val type: String, val usageMode: String)
A collection of values returned by getCertificateAuthority.
Constructors
Link copied to clipboard
fun GetCertificateAuthorityResult(arn: String, certificate: String, certificateChain: String, certificateSigningRequest: String, id: String, notAfter: String, notBefore: String, revocationConfigurations: List<GetCertificateAuthorityRevocationConfiguration>, serial: String, status: String, tags: Map<String, String>, type: String, usageMode: String)
Types
Properties
Link copied to clipboard
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root on-premises certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. Only available after the certificate authority certificate has been imported.