Skip to content

Commit ee2176c

Browse files
authored
Weekly Permissions sync 2025-12-09 (#1373)
1 parent 7ef9105 commit ee2176c

File tree

2 files changed

+46
-8
lines changed

2 files changed

+46
-8
lines changed

permissions/new/permissions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21336,6 +21336,44 @@
2133621336
"ownerSecurityGroup": "cpimmsgraphadmins"
2133721337
}
2133821338
},
21339+
"ExchangeMessageTrace.Read.All": {
21340+
"authorizationType": "oAuth2",
21341+
"schemes": {
21342+
"DelegatedWork": {
21343+
"adminDisplayName": "Search the email message trace",
21344+
"adminDescription": "Allows the app to search the email message trace on behalf of the signed-in user.",
21345+
"userDisplayName": "Search the email message trace",
21346+
"userDescription": "Allows the app to search the email message trace on your behalf.",
21347+
"requiresAdminConsent": true,
21348+
"privilegeLevel": 3
21349+
},
21350+
"Application": {
21351+
"adminDisplayName": "Search the email message trace",
21352+
"adminDescription": "Allows the app to search the email message trace, without a signed-in user.",
21353+
"requiresAdminConsent": true,
21354+
"privilegeLevel": 4
21355+
}
21356+
},
21357+
"pathSets": [
21358+
{
21359+
"schemeKeys": [
21360+
"DelegatedWork",
21361+
"Application"
21362+
],
21363+
"methods": [
21364+
"GET"
21365+
],
21366+
"paths": {
21367+
"/admin/exchange/tracing/messagetraces": "least=DelegatedWork,Application",
21368+
"/admin/exchange/tracing/messagetraces/{id}": "least=DelegatedWork,Application",
21369+
"/admin/exchange/tracing/messagetraces/{id}/getDetailsByRecipient(recipientAddress={value})": "least=DelegatedWork,Application"
21370+
}
21371+
}
21372+
],
21373+
"ownerInfo": {
21374+
"ownerSecurityGroup": "transportdp"
21375+
}
21376+
},
2133921377
"ExternalConnection.Read.All": {
2134021378
"authorizationType": "oAuth2",
2134121379
"schemes": {

permissions/new/provisioningInfo.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5801,20 +5801,20 @@
58015801
],
58025802
"ExchangeMessageTrace.Read.All": [
58035803
{
5804-
"id": "",
5804+
"id": "b2e7d27e-14e7-41ad-bb15-a88ceb9c3e90",
58055805
"scheme": "DelegatedWork",
58065806
"environment": "public",
5807-
"isHidden": true,
5808-
"isEnabled": false,
5809-
"resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3"
5807+
"isHidden": false,
5808+
"isEnabled": true,
5809+
"resourceAppId": "8bd644d1-64a1-4d4b-ae52-2e0cbf64e373"
58105810
},
58115811
{
5812-
"id": "",
5812+
"id": "89b20d8a-76e2-4057-867b-9961f800b9a4",
58135813
"scheme": "Application",
58145814
"environment": "public",
5815-
"isHidden": true,
5816-
"isEnabled": false,
5817-
"resourceAppId": "c6688aae-51b4-4b99-a794-320e8b3e3fd3"
5815+
"isHidden": false,
5816+
"isEnabled": true,
5817+
"resourceAppId": "8bd644d1-64a1-4d4b-ae52-2e0cbf64e373"
58185818
}
58195819
],
58205820
"ExternalConnection.Read.All": [

0 commit comments

Comments
 (0)