Skip to content

Commit 4c3c81f

Browse files
authored
Weekly Permissions sync 2025-10-29 (#1327)
1 parent 87b4f4d commit 4c3c81f

File tree

2 files changed

+78
-3
lines changed

2 files changed

+78
-3
lines changed

permissions/new/permissions.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33609,6 +33609,8 @@
3360933609
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork,Application",
3361033610
"/places/{id}/microsoft.graph.roomlist/rooms": "least=DelegatedWork,Application",
3361133611
"/places/{id}/microsoft.graph.roomlist/workspaces": "least=DelegatedWork,Application",
33612+
"/places/getOperation": "least=DelegatedWork,Application",
33613+
"/places/listOperations": "least=DelegatedWork,Application",
3361233614
"/places/microsoft.graph.building": "least=DelegatedWork,Application",
3361333615
"/places/microsoft.graph.desk": "least=DelegatedWork,Application",
3361433616
"/places/microsoft.graph.floor": "least=DelegatedWork,Application",
@@ -33620,7 +33622,7 @@
3362033622
}
3362133623
],
3362233624
"ownerInfo": {
33623-
"ownerSecurityGroup": "o365location"
33625+
"ownerSecurityGroup": "places-directory-sg"
3362433626
}
3362533627
},
3362633628
"Place.ReadWrite.All": {
@@ -33641,10 +33643,10 @@
3364133643
"DelegatedWork"
3364233644
],
3364333645
"methods": [
33644-
"DELETE",
3364533646
"PATCH"
3364633647
],
3364733648
"paths": {
33649+
"/places": "least=DelegatedWork",
3364833650
"/places/{id}": "least=DelegatedWork",
3364933651
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork",
3365033652
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork",
@@ -33665,10 +33667,27 @@
3366533667
"/places": "least=DelegatedWork",
3366633668
"/places/{id}/microsoft.graph.building/ingestMapFile": "least=DelegatedWork"
3366733669
}
33670+
},
33671+
{
33672+
"schemeKeys": [
33673+
"DelegatedWork"
33674+
],
33675+
"methods": [
33676+
"DELETE"
33677+
],
33678+
"paths": {
33679+
"/places/{id}": "least=DelegatedWork",
33680+
"/places/{id}/microsoft.graph.building/map": "least=DelegatedWork",
33681+
"/places/{id}/microsoft.graph.building/map/footprints/{id}": "least=DelegatedWork",
33682+
"/places/{id}/microsoft.graph.building/map/levels/{id}": "least=DelegatedWork",
33683+
"/places/{id}/microsoft.graph.building/map/levels/{id}/fixtures/{id}": "least=DelegatedWork",
33684+
"/places/{id}/microsoft.graph.building/map/levels/{id}/sections/{id}": "least=DelegatedWork",
33685+
"/places/{id}/microsoft.graph.building/map/levels/{id}/units/{id}": "least=DelegatedWork"
33686+
}
3366833687
}
3366933688
],
3367033689
"ownerInfo": {
33671-
"ownerSecurityGroup": "o365location"
33690+
"ownerSecurityGroup": "places-directory-sg"
3367233691
}
3367333692
},
3367433693
"PlaceDevice.Read.All": {

permissions/new/provisioningInfo.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13719,6 +13719,62 @@
1371913719
"resourceAppId": "00000000-0000-0000-0000-000000000000"
1372013720
}
1372113721
],
13722+
"SynchronizationMetadata.Read.All": [
13723+
{
13724+
"id": "",
13725+
"scheme": "DelegatedWork",
13726+
"environment": "public",
13727+
"isHidden": true,
13728+
"isEnabled": false,
13729+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13730+
},
13731+
{
13732+
"id": "",
13733+
"scheme": "Application",
13734+
"environment": "public",
13735+
"isHidden": true,
13736+
"isEnabled": false,
13737+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13738+
}
13739+
],
13740+
"SynchronizationMetadata.ReadWrite.All": [
13741+
{
13742+
"id": "",
13743+
"scheme": "DelegatedWork",
13744+
"environment": "public",
13745+
"isHidden": true,
13746+
"isEnabled": false,
13747+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13748+
},
13749+
{
13750+
"id": "",
13751+
"scheme": "Application",
13752+
"environment": "public",
13753+
"isHidden": true,
13754+
"isEnabled": false,
13755+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13756+
}
13757+
],
13758+
"SynchronizationMetadata.Read.OwnedBy": [
13759+
{
13760+
"id": "",
13761+
"scheme": "Application",
13762+
"environment": "public",
13763+
"isHidden": true,
13764+
"isEnabled": false,
13765+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13766+
}
13767+
],
13768+
"SynchronizationMetadata.ReadWrite.OwnedBy": [
13769+
{
13770+
"id": "",
13771+
"scheme": "Application",
13772+
"environment": "public",
13773+
"isHidden": true,
13774+
"isEnabled": false,
13775+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
13776+
}
13777+
],
1372213778
"Tasks.Read": [
1372313779
{
1372413780
"id": "f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb",

0 commit comments

Comments
 (0)