diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index ad241435..f1c60510 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -21336,6 +21336,44 @@ "ownerSecurityGroup": "cpimmsgraphadmins" } }, + "ExchangeMessageTrace.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Search the email message trace", + "adminDescription": "Allows the app to search the email message trace on behalf of the signed-in user.", + "userDisplayName": "Search the email message trace", + "userDescription": "Allows the app to search the email message trace on your behalf.", + "requiresAdminConsent": true, + "privilegeLevel": 3 + }, + "Application": { + "adminDisplayName": "Search the email message trace", + "adminDescription": "Allows the app to search the email message trace, without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/admin/exchange/tracing/messagetraces": "least=DelegatedWork,Application", + "/admin/exchange/tracing/messagetraces/{id}": "least=DelegatedWork,Application", + "/admin/exchange/tracing/messagetraces/{id}/getDetailsByRecipient(recipientAddress={value})": "least=DelegatedWork,Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "transportdp" + } + }, "ExternalConnection.Read.All": { "authorizationType": "oAuth2", "schemes": { diff --git a/permissions/new/provisioningInfo.json b/permissions/new/provisioningInfo.json index 89012f66..b3c597ed 100644 --- a/permissions/new/provisioningInfo.json +++ b/permissions/new/provisioningInfo.json @@ -5801,20 +5801,20 @@ ], "ExchangeMessageTrace.Read.All": [ { - "id": "", + "id": "b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, - "resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3" + "isHidden": false, + "isEnabled": true, + "resourceAppId": "8bd644d1-64a1-4d4b-ae52-2e0cbf64e373" }, { - "id": "", + "id": "89b20d8a-76e2-4057-867b-9961f800b9a4", "scheme": "Application", "environment": "public", - "isHidden": true, - "isEnabled": false, - "resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3" + "isHidden": false, + "isEnabled": true, + "resourceAppId": "8bd644d1-64a1-4d4b-ae52-2e0cbf64e373" } ], "ExternalConnection.Read.All": [