Get Certificate Result
data class GetCertificateResult(val activeDate: String? = null, val arn: String? = null, val certificateId: String? = null, val description: String? = null, val inactiveDate: String? = null, val notAfterDate: String? = null, val notBeforeDate: String? = null, val serial: String? = null, val status: CertificateStatus? = null, val tags: List<Tag>? = null, val type: CertificateType? = null, val usage: CertificateUsage? = null)
Constructors
Link copied to clipboard
constructor(activeDate: String? = null, arn: String? = null, certificateId: String? = null, description: String? = null, inactiveDate: String? = null, notAfterDate: String? = null, notBeforeDate: String? = null, serial: String? = null, status: CertificateStatus? = null, tags: List<Tag>? = null, type: CertificateType? = null, usage: CertificateUsage? = null)
Properties
Link copied to clipboard
Specifies the active date for the certificate.
Link copied to clipboard
A unique identifier for the certificate.
Link copied to clipboard
A textual description for the certificate.
Link copied to clipboard
Specifies the inactive date for the certificate.
Link copied to clipboard
Specifies the not after date for the certificate.
Link copied to clipboard
Specifies the not before date for the certificate.
Link copied to clipboard
A status description for the certificate.
Link copied to clipboard
Describing the type of certificate. With or without a private key.
Link copied to clipboard
Specifies the usage type for the certificate.