interface KeyRotationPolicy {
    nextRotationAt?: Date;
    rotationPeriod?: string;
}

Properties

nextRotationAt?: Date

Timestamp indicating the next scheduled rotation.

rotationPeriod?: string

Time interval between two key rotations. The minimum duration is 24 hours and the maximum duration is 1 year (876000 hours).