From c68e820e6df4fb12aaa5aad124102242ebb636d3 Mon Sep 17 00:00:00 2001 From: David W <1511024+marabooy@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:22:55 +0300 Subject: [PATCH] Weekly Permissions sync 2024-01-05 --- permissions/new/permissions.json | 65 ++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 65a63fcd..a3278277 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -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": {