Skip to content

Commit 3ab1e68

Browse files
authored
Update KeyVault.json - Add VaultAccessPolicyChangedEvent (#10569)
* Update KeyVault.json * Update KeyVault.json
1 parent ae55ba1 commit 3ab1e68

File tree

1 file changed

+34
-0
lines changed
  • specification/eventgrid/data-plane/Microsoft.KeyVault/stable/2018-01-01

1 file changed

+34
-0
lines changed

specification/eventgrid/data-plane/Microsoft.KeyVault/stable/2018-01-01/KeyVault.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,40 @@
312312
"type": "number"
313313
}
314314
}
315+
},
316+
"KeyVaultVaultAccessPolicyChangedEventData": {
317+
"description": "Schema of the Data property of an EventGridEvent for an VaultAccessPolicyChanged event.",
318+
"type": "object",
319+
"properties": {
320+
"id": {
321+
"description": "The id of the object that triggered this event.",
322+
"type": "string"
323+
},
324+
"vaultName": {
325+
"description": "Key vault name of the object that triggered this event.",
326+
"type": "string"
327+
},
328+
"objectType": {
329+
"description": "The type of the object that triggered this event",
330+
"type": "string"
331+
},
332+
"objectName": {
333+
"description": "The name of the object that triggered this event",
334+
"type": "string"
335+
},
336+
"version": {
337+
"description": "The version of the object that triggered this event",
338+
"type": "string"
339+
},
340+
"nbf": {
341+
"description": "Not before date of the object that triggered this event",
342+
"type": "number"
343+
},
344+
"exp": {
345+
"description": "The expiration date of the object that triggered this event",
346+
"type": "number"
347+
}
348+
}
315349
}
316350
}
317351
}

0 commit comments

Comments
 (0)