Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,40 @@
"type": "number"
}
}
},
"KeyVaultVaultAccessPolicyChangedEventData": {
"description": "Schema of the Data property of an EventGridEvent for an VaultAccessPolicyChanged event.",
"type": "object",
"properties": {
"id": {
"description": "The id of the object that triggered this event.",
"type": "string"
},
"vaultName": {
"description": "Key vault name of the object that triggered this event.",
"type": "string"
},
"objectType": {
"description": "The type of the object that triggered this event",
"type": "string"
},
"objectName": {
"description": "The name of the object that triggered this event",
"type": "string"
},
"version": {
"description": "The version of the object that triggered this event",
"type": "string"
},
"nbf": {
"description": "Not before date of the object that triggered this event",
"type": "number"
},
"exp": {
"description": "The expiration date of the object that triggered this event",
"type": "number"
}
}
}
}
}