KeyVaultKeyExpiredEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.KeyVault.KeyExpired event.
Properties
exp | The expiration date of the object that triggered this event |
id | The id of the object that triggered this event. |
nbf | Not before date of the object that triggered this event |
object |
The name of the object that triggered this event |
object |
The type of the object that triggered this event |
vault |
Key vault name of the object that triggered this event. |
version | The version of the object that triggered this event |
Property Details
exp
The expiration date of the object that triggered this event
exp: number
Property Value
number
id
The id of the object that triggered this event.
id: string
Property Value
string
nbf
Not before date of the object that triggered this event
nbf: number
Property Value
number
objectName
The name of the object that triggered this event
objectName: string
Property Value
string
objectType
The type of the object that triggered this event
objectType: string
Property Value
string
vaultName
Key vault name of the object that triggered this event.
vaultName: string
Property Value
string
version
The version of the object that triggered this event
version: string
Property Value
string