CertificateDetailsResponse

data class CertificateDetailsResponse(val caIdentifier: String? = null, val validTill: String? = null)

Definition of CertificateDetails

Constructors

Link copied to clipboard
constructor(caIdentifier: String? = null, validTill: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caIdentifier: String? = null

The CA identifier of the CA certificate used for the DB instance's server certificate.

Link copied to clipboard
val validTill: String? = null

The expiration date of the DB instance’s server certificate.