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

Weekly Permissions sync 2024-01-05 #436

Merged
merged 1 commit into from
Jan 5, 2024
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
65 changes: 65 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30674,6 +30674,71 @@
"ownerSecurityGroup": "ThreatAPIApprovers"
}
},
"SecurityAnalyzedMessage.Read.All": {
"schemes": {
"Application": {
"adminDisplayName": "Read security defender analyzed message data of an organization",
"adminDescription": "Allows the app to read security defender analyzed message data of an organization without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/security/collaboration/analyzedEmails": "least=Application",
"/security/collaboration/analyzedEmails/{id}": "least=Application"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "mdographapiteam"
}
},
"SecurityAnalyzedMessage.ReadWrite.All": {
"schemes": {
"Application": {
"adminDisplayName": "Read, create, and update all security defender analyzed message data of an organization",
"adminDescription": "Allows the app to read, create, and update security defender analyzed message data of an organization without a signed-in user.",
"requiresAdminConsent": true,
"privilegeLevel": 4
}
},
"pathSets": [
{
"schemeKeys": [
"Application"
],
"methods": [
"POST"
],
"paths": {
"/security/collaboration/analyzedEmails/remediate": "least=Application"
}
},
{
"schemeKeys": [
"Application"
],
"methods": [
"GET"
],
"paths": {
"/security/collaboration/analyzedEmails": "",
"/security/collaboration/analyzedEmails/{id}": ""
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "mdographapiteam"
}
},
"SecurityEvents.Read.All": {
"schemes": {
"DelegatedWork": {
Expand Down
Loading