Package version:

Interface ManagedHsmRotationPolicy

interface ManagedHsmRotationPolicy {
    attributes?: ManagedHsmKeyRotationPolicyAttributes;
    lifetimeActions?: ManagedHsmLifetimeAction[];
}

Properties

The attributes of key rotation policy.

lifetimeActions?: ManagedHsmLifetimeAction[]

The lifetimeActions for key rotation action.