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. |
time |
Time after creation to attempt the specified action, defined as an ISO 8601 duration. |
time |
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