Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyRotationPolicy

Package version

The complete key rotation policy that belongs to a key.

Hierarchy

Index

Properties

Optional createdOn

createdOn: Date

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

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 id

id: undefined | string

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

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.

Optional updatedOn

updatedOn: Date

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

Generated using TypeDoc