Package version:

Interface RotationPolicy

interface RotationPolicy {
    attributes?: KeyRotationPolicyAttributes;
    lifetimeActions?: LifetimeAction[];
}

Properties

The attributes of key rotation policy.

lifetimeActions?: LifetimeAction[]

The lifetimeActions for key rotation action.