Package version:

Interface KeyRotationPolicy

The complete key rotation policy that belongs to a key.

Hierarchy

Properties

createdOn?: any

The created time in UTC. May be undefined if a policy has not been explicitly set.

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.

id?: string

The identifier of the Key Rotation Policy. May be undefined if a policy has not been explicitly set.

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.

updatedOn?: any

The last updated time in UTC. May be undefined if a policy has not been explicitly set.

Generated using TypeDoc