KeyRotationPolicyProperties interface

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.

Properties

expiresIn

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

lifetimeActions

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.

Property Details

expiresIn

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

expiresIn?: string

Property Value

string

lifetimeActions

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.

lifetimeActions?: KeyRotationLifetimeAction[]

Property Value