Skip to content

Commit 372bbde

Browse files
committed
Weekly Permissions sync 2025-06-13
1 parent 2431de3 commit 372bbde

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

permissions/new/permissions.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32301,6 +32301,17 @@
3230132301
"paths": {
3230232302
"/places/{id}": "least=DelegatedWork,Application",
3230332303
"/places/{id}/descendants": "least=DelegatedWork,Application",
32304+
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork,Application",
32305+
"/places/{id}/microsoft.graph.building/map/footprints": "least=DelegatedWork,Application",
32306+
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork,Application",
32307+
"/places/{id}/microsoft.graph.building/map/levels": "least=DelegatedWork,Application",
32308+
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork,Application",
32309+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures": "least=DelegatedWork,Application",
32310+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork,Application",
32311+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections": "least=DelegatedWork,Application",
32312+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork,Application",
32313+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units": "least=DelegatedWork,Application",
32314+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application",
3230432315
"/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application",
3230532316
"/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application",
3230632317
"/places/microsoft.graph.building": "least=DelegatedWork,Application",
@@ -32346,7 +32357,13 @@
3234632357
"PATCH"
3234732358
],
3234832359
"paths": {
32349-
"/places/{id}": "least=DelegatedWork,Application"
32360+
"/places/{id}": "least=DelegatedWork,Application",
32361+
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork,Application",
32362+
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork,Application",
32363+
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork,Application",
32364+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork,Application",
32365+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork,Application",
32366+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application"
3235032367
}
3235132368
},
3235232369
{
@@ -32358,7 +32375,8 @@
3235832375
"POST"
3235932376
],
3236032377
"paths": {
32361-
"/places": "least=DelegatedWork,Application"
32378+
"/places": "least=DelegatedWork,Application",
32379+
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork,Application"
3236232380
}
3236332381
}
3236432382
],

0 commit comments

Comments
 (0)