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: KeyRotationPolicyActionProperty Value
		timeAfterCreate
	  
	Time after creation to attempt the specified action, defined as an ISO 8601 duration.
timeAfterCreate?: stringProperty Value
string
		timeBeforeExpiry
	  
	Time before expiry to attempt the specified action, defined as an ISO 8601 duration.
timeBeforeExpiry?: stringProperty Value
string