Package version:

Interface KeyRotationPolicyProperties

The properties of a key rotation policy that the client can set for a given key.

You may also reset the key rotation policy to its default values by setting lifetimeActions to an empty array.

Hierarchy

Properties

expiresIn?: string

Optional key expiration period used to define the duration after which a newly rotated key will expire, defined as an ISO 8601 duration.

lifetimeActions?: KeyRotationLifetimeAction[]

Actions that will be performed by Key Vault over the lifetime of a key.

You may also pass an empty array to restore to its default values.

Generated using TypeDoc