Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyRotationPolicyProperties

Package version

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

Index

Properties

Optional expiresIn

expiresIn: undefined | string

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

Optional lifetimeActions

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