CertificateRotationStatus interface
Status of a certificate rotation for a device (Network Device or Terminal Server).
Properties
| certificate |
Reference to the currently configured version of the certificate in a key vault. |
| certificate |
Identifies the certificate according to its purpose. |
| expire |
Time at which the certificate will expire, for certificates with a limited validity period. |
| last |
The date and time when the certificate was last changed. |
| synchronization |
Whether the device has been configured with the latest version of the certificate. |
Property Details
certificateArchiveReference
Reference to the currently configured version of the certificate in a key vault.
certificateArchiveReference?: CertificateArchiveReference
Property Value
certificateType
Identifies the certificate according to its purpose.
certificateType?: string
Property Value
string
expireTime
Time at which the certificate will expire, for certificates with a limited validity period.
expireTime?: Date
Property Value
Date
lastRotationTime
The date and time when the certificate was last changed.
lastRotationTime?: Date
Property Value
Date
synchronizationStatus
Whether the device has been configured with the latest version of the certificate.
synchronizationStatus?: string
Property Value
string