Skip to content

Commit bc289b3

Browse files
committed
Weekly Permissions sync 2025-09-18
1 parent 517f2de commit bc289b3

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

permissions/new/permissions.json

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8648,6 +8648,7 @@
86488648
"/devicemanagement/virtualendpoint/cloudpcs/{id}": "least=DelegatedWork,Application",
86498649
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "least=DelegatedWork,Application",
86508650
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application",
8651+
"/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "least=DelegatedWork,Application",
86518652
"/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "least=DelegatedWork,Application",
86528653
"/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application",
86538654
"/devicemanagement/virtualendpoint/deviceimages/{id}": "least=DelegatedWork,Application",
@@ -8796,6 +8797,7 @@
87968797
"/devicemanagement/virtualendpoint/cloudpcs/{id}": "",
87978798
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "",
87988799
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "",
8800+
"/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "",
87998801
"/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "",
88008802
"/devicemanagement/virtualendpoint/deviceimages/getsourceimages": "",
88018803
"/devicemanagement/virtualendpoint/galleryimages": "",
@@ -33414,45 +33416,37 @@
3341433416
"userDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.",
3341533417
"requiresAdminConsent": true,
3341633418
"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
3342333419
}
3342433420
},
3342533421
"pathSets": [
3342633422
{
3342733423
"schemeKeys": [
33428-
"DelegatedWork",
33429-
"Application"
33424+
"DelegatedWork"
3343033425
],
3343133426
"methods": [
3343233427
"DELETE",
3343333428
"PATCH"
3343433429
],
3343533430
"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"
33431+
"/places/{id}": "least=DelegatedWork",
33432+
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork",
33433+
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork",
33434+
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork",
33435+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork",
33436+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork",
33437+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork"
3344333438
}
3344433439
},
3344533440
{
3344633441
"schemeKeys": [
33447-
"DelegatedWork",
33448-
"Application"
33442+
"DelegatedWork"
3344933443
],
3345033444
"methods": [
3345133445
"POST"
3345233446
],
3345333447
"paths": {
33454-
"/places": "least=DelegatedWork,Application",
33455-
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork,Application"
33448+
"/places": "least=DelegatedWork",
33449+
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork"
3345633450
}
3345733451
}
3345833452
],

0 commit comments

Comments
 (0)