Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KeyVault.json - Add VaultAccessPolicyChangedEvent #10569

Merged
merged 2 commits into from
Aug 24, 2020
Merged
Changes from 1 commit
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": {
jlichwa marked this conversation as resolved.
Show resolved Hide resolved
"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"
}
}
}
}
}