SecretRotationStatus interface
Status of a secret rotation for a device (Network Device or Terminal Server).
Properties
| last |
The date and time when the secret was last changed. |
| secret |
Reference to the currently configured version of the secret in a key vault. |
| secret |
Identifies the secret according to its purpose. |
| synchronization |
Whether the device has been configured with the latest version of the secret. |
Property Details
lastRotationTime
The date and time when the secret was last changed.
lastRotationTime?: Date
Property Value
Date
secretArchiveReference
Reference to the currently configured version of the secret in a key vault.
secretArchiveReference?: SecretArchiveReference
Property Value
secretType
Identifies the secret according to its purpose.
secretType?: string
Property Value
string
synchronizationStatus
Whether the device has been configured with the latest version of the secret.
synchronizationStatus?: string
Property Value
string