File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
specification/eventgrid/data-plane/Microsoft.KeyVault/stable/2018-01-01 Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 312
312
"type" : " number"
313
313
}
314
314
}
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
+ }
315
349
}
316
350
}
317
351
}
You can’t perform that action at this time.
0 commit comments