CertificateValidity

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

Length of time for which the certificate issued by your private certificate authority (CA), or by the private CA itself, is valid in days, months, or years. You can issue a certificate by calling the `IssueCertificate` operation.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether the `Value` parameter represents days, months, or years.

Link copied to clipboard

A long integer interpreted according to the value of `Type`, below.