GetCertificateAuthorityResult

data class GetCertificateAuthorityResult(val arn: String, val certificate: String, val certificateChain: String, val certificateSigningRequest: String, val id: String, val keyStorageSecurityStandard: 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
constructor(arn: String, certificate: String, certificateChain: String, certificateSigningRequest: String, id: String, keyStorageSecurityStandard: String, notAfter: String, notBefore: String, revocationConfigurations: List<GetCertificateAuthorityRevocationConfiguration>, serial: String, status: String, tags: Map<String, String>, type: String, usageMode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

Base64-encoded certificate authority (CA) certificate. Only available after the certificate authority certificate has been imported.

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.

Link copied to clipboard

The base64 PEM-encoded certificate signing request (CSR) for your private CA certificate.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Date and time after which the certificate authority is not valid. Only available after the certificate authority certificate has been imported.

Link copied to clipboard

Date and time before which the certificate authority is not valid. Only available after the certificate authority certificate has been imported.

Link copied to clipboard

Nested attribute containing revocation configuration.

Link copied to clipboard

Serial number of the certificate authority. Only available after the certificate authority certificate has been imported.

Link copied to clipboard

Status of the certificate authority.

Link copied to clipboard

Key-value map of user-defined tags that are attached to the certificate authority.

Link copied to clipboard

Type of the certificate authority.

Link copied to clipboard

Specifies whether the CA issues general-purpose certificates that typically require a revocation mechanism, or short-lived certificates that may optionally omit revocation because they expire quickly.