Skip to content

Commit

Permalink
Update KeyVault.json - Add VaultAccessPolicyChangedEvent (Azure#10569)
Browse files Browse the repository at this point in the history
* Update KeyVault.json

* Update KeyVault.json
  • Loading branch information
jlichwa committed Aug 24, 2020
1 parent ae55ba1 commit 3ab1e68
Showing 1 changed file with 34 additions and 0 deletions.
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"
}
}
}
}
}

0 comments on commit 3ab1e68

Please sign in to comment.