SecretRotationStatusResponse

data class SecretRotationStatusResponse(val expirePeriodDays: Double, val lastRotationTime: String, val rotationPeriodDays: Double, val secretArchiveReference: SecretArchiveReferenceResponse, val secretType: String)

Constructors

Link copied to clipboard
constructor(expirePeriodDays: Double, lastRotationTime: String, rotationPeriodDays: Double, secretArchiveReference: SecretArchiveReferenceResponse, secretType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The date and time when the secret was last changed.

Link copied to clipboard

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

Link copied to clipboard

The reference to the secret in a key vault.

Link copied to clipboard

The type name used to identify the purpose of the secret.