Skip to content

Commit 0cf1a86

Browse files
authored
Weekly Permissions sync 2025-05-23 (#1138)
1 parent ad55c28 commit 0cf1a86

File tree

2 files changed

+57
-2
lines changed

2 files changed

+57
-2
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15146,6 +15146,34 @@
1514615146
"isEnabled": true,
1514715147
"resourceAppId": "7c99d979-3b9c-4342-97dd-3239678fb300"
1514815148
}
15149+
],
15150+
"VerifiedId-Profile.Read.All": [
15151+
{
15152+
"id": "3da0bc58-040a-4423-ae60-cfb849edc620",
15153+
"scheme": "DelegatedWork",
15154+
"environment": "public",
15155+
"isHidden": true,
15156+
"isEnabled": true,
15157+
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15158+
},
15159+
{
15160+
"id": "db1ab09f-19aa-42fb-a75e-502bbe395625",
15161+
"scheme": "Application",
15162+
"environment": "public",
15163+
"isHidden": true,
15164+
"isEnabled": true,
15165+
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15166+
}
15167+
],
15168+
"VerifiedId-Profile.ReadWrite.All": [
15169+
{
15170+
"id": "13a7d4a4-5c13-442f-bbbd-b995d620b27d",
15171+
"scheme": "DelegatedWork",
15172+
"environment": "public",
15173+
"isHidden": true,
15174+
"isEnabled": true,
15175+
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15176+
}
1514915177
]
1515015178
}
1515115179
}

permissions/new/permissions.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27412,6 +27412,7 @@
2741227412
"/me/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2741327413
"/me/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2741427414
"/me/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27415+
"/me/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2741527416
"/me/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2741627417
"/me/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2741727418
"/me/messages/{id}/attachments/createuploadsession": "",
@@ -27435,6 +27436,7 @@
2743527436
"/users/{id}/mailfolders/{id}/messages/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2743627437
"/users/{id}/mailfolders/{id}/move": "least=DelegatedWork,DelegatedPersonal,Application",
2743727438
"/users/{id}/mailfolders/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
27439+
"/users/{id}/mailfolders/{id}/reportMessage": "least=DelegatedWork,DelegatedPersonal,Application",
2743827440
"/users/{id}/mailfolders/{id}/updateAllMessagesReadState": "least=DelegatedWork,DelegatedPersonal,Application",
2743927441
"/users/{id}/messages/{id}/attachments": "least=DelegatedWork,DelegatedPersonal,Application",
2744027442
"/users/{id}/messages/{id}/attachments/createuploadsession": "",
@@ -31817,10 +31819,15 @@
3181731819
],
3181831820
"paths": {
3181931821
"/places/{id}": "least=DelegatedWork,Application",
31822+
"/places/{id}/descendants()": "least=DelegatedWork,Application",
3182031823
"/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application",
3182131824
"/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application",
31825+
"/places/microsoft.graph.building": "least=DelegatedWork,Application",
31826+
"/places/microsoft.graph.desk": "least=DelegatedWork,Application",
31827+
"/places/microsoft.graph.floor": "least=DelegatedWork,Application",
3182231828
"/places/microsoft.graph.room": "least=DelegatedWork,Application",
3182331829
"/places/microsoft.graph.roomlist": "least=DelegatedWork,Application",
31830+
"/places/microsoft.graph.section": "least=DelegatedWork,Application",
3182431831
"/places/microsoft.graph.workspace": "least=DelegatedWork,Application"
3182531832
}
3182631833
}
@@ -31839,18 +31846,38 @@
3183931846
"userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.",
3184031847
"requiresAdminConsent": true,
3184131848
"privilegeLevel": 3
31849+
},
31850+
"Application": {
31851+
"adminDisplayName": "Read and write organization places",
31852+
"adminDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.",
31853+
"requiresAdminConsent": true,
31854+
"privilegeLevel": 4
3184231855
}
3184331856
},
3184431857
"pathSets": [
3184531858
{
3184631859
"schemeKeys": [
31847-
"DelegatedWork"
31860+
"DelegatedWork",
31861+
"Application"
3184831862
],
3184931863
"methods": [
31864+
"DELETE",
3185031865
"PATCH"
3185131866
],
3185231867
"paths": {
31853-
"/places/{id}": "least=DelegatedWork"
31868+
"/places/{id}": "least=DelegatedWork,Application"
31869+
}
31870+
},
31871+
{
31872+
"schemeKeys": [
31873+
"DelegatedWork",
31874+
"Application"
31875+
],
31876+
"methods": [
31877+
"POST"
31878+
],
31879+
"paths": {
31880+
"/places": "least=DelegatedWork,Application"
3185431881
}
3185531882
}
3185631883
],

0 commit comments

Comments
 (0)