SecretRotationStatus interface

SecretRotationStatus represents the status of a secret rotation.

Properties

expirePeriodDays

The maximum number of days the secret may be used before it must be changed.

lastRotationTime

The date and time when the secret was last changed.

rotationPeriodDays

The number of days a secret exists before rotations will be attempted.

secretArchiveReference

The reference to the secret in a key vault.

secretType

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