CertificateInformationResponse

data class CertificateInformationResponse(val expiry: String, val subject: String, val thumbprint: String)

SSL certificate information.

Constructors

Link copied to clipboard
constructor(expiry: String, subject: String, thumbprint: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expiration date of the certificate. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Link copied to clipboard

Subject of the certificate.

Link copied to clipboard

Thumbprint of the certificate.