SecretRotationStatus interface
SecretRotationStatus represents the status of a secret rotation.
Properties
| expire |
The maximum number of days the secret may be used before it must be changed. |
| last |
The date and time when the secret was last changed. |
| rotation |
The number of days a secret exists before rotations will be attempted. |
| secret |
The reference to the secret in a key vault. |
| secret |
The type name used to identify the purpose of the secret. |
Property Details
expirePeriodDays
The maximum number of days the secret may be used before it must be changed.
expirePeriodDays?: number
Property Value
number
lastRotationTime
The date and time when the secret was last changed.
lastRotationTime?: Date
Property Value
Date
rotationPeriodDays
The number of days a secret exists before rotations will be attempted.
rotationPeriodDays?: number
Property Value
number
secretArchiveReference
The reference to the secret in a key vault.
secretArchiveReference?: SecretArchiveReference
Property Value
secretType
The type name used to identify the purpose of the secret.
secretType?: string
Property Value
string