Skip to content

Commit aba188c

Browse files
committed
Weekly Permissions sync 2025-09-16
1 parent 517f2de commit aba188c

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

permissions/new/permissions.json

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33414,45 +33414,37 @@
3341433414
"userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.",
3341533415
"requiresAdminConsent": true,
3341633416
"privilegeLevel": 3
33417-
},
33418-
"Application": {
33419-
"adminDisplayName": "Read and write organization places",
33420-
"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.",
33421-
"requiresAdminConsent": true,
33422-
"privilegeLevel": 4
3342333417
}
3342433418
},
3342533419
"pathSets": [
3342633420
{
3342733421
"schemeKeys": [
33428-
"DelegatedWork",
33429-
"Application"
33422+
"DelegatedWork"
3343033423
],
3343133424
"methods": [
3343233425
"DELETE",
3343333426
"PATCH"
3343433427
],
3343533428
"paths": {
33436-
"/places/{id}": "least=DelegatedWork,Application",
33437-
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork,Application",
33438-
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork,Application",
33439-
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork,Application",
33440-
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork,Application",
33441-
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork,Application",
33442-
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application"
33429+
"/places/{id}": "least=DelegatedWork",
33430+
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork",
33431+
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork",
33432+
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork",
33433+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork",
33434+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork",
33435+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork"
3344333436
}
3344433437
},
3344533438
{
3344633439
"schemeKeys": [
33447-
"DelegatedWork",
33448-
"Application"
33440+
"DelegatedWork"
3344933441
],
3345033442
"methods": [
3345133443
"POST"
3345233444
],
3345333445
"paths": {
33454-
"/places": "least=DelegatedWork,Application",
33455-
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork,Application"
33446+
"/places": "least=DelegatedWork",
33447+
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork"
3345633448
}
3345733449
}
3345833450
],

0 commit comments

Comments
 (0)