Skip to content

Commit

Permalink
Merge pull request #436 from microsoftgraph/permissions-update/2024-0…
Browse files Browse the repository at this point in the history
…1-05

Weekly Permissions sync 2024-01-05
  • Loading branch information
andrueastman authored Jan 5, 2024
2 parents 64821a4 + c68e820 commit d3d6bcc
Showing 1 changed file with 65 additions and 0 deletions.
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

0 comments on commit d3d6bcc

Please sign in to comment.