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

Properties

nextRotationAt?: Date

Date at which the key will be rotated next.

rotationPeriod?: string

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