KeyRotationLifetimeAction interface

An action and its corresponding trigger that will be performed by Key Vault over the lifetime of a key.

Properties

action

The action that will be executed.

timeAfterCreate

Time after creation to attempt the specified action, defined as an ISO 8601 duration.

timeBeforeExpiry

Time before expiry to attempt the specified action, defined as an ISO 8601 duration.

Property Details

action

The action that will be executed.

action: KeyRotationPolicyAction

Property Value

timeAfterCreate

Time after creation to attempt the specified action, defined as an ISO 8601 duration.

timeAfterCreate?: string

Property Value

string

timeBeforeExpiry

Time before expiry to attempt the specified action, defined as an ISO 8601 duration.

timeBeforeExpiry?: string

Property Value

string