CertificateValidity

data class CertificateValidity(val type: String, val value: String)

Constructors

Link copied to clipboard
constructor(type: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines how value is interpreted. Valid values: DAYS, MONTHS, YEARS, ABSOLUTE, END_DATE.

Link copied to clipboard

If type is DAYS, MONTHS, or YEARS, the relative time until the certificate expires. If type is ABSOLUTE, the date in seconds since the Unix epoch. If type is END_DATE, the date in RFC 3339 format.