Skip to content

Commit 90dfe82

Browse files
committed
Weekly Permissions sync 2025-07-13
1 parent 22dce78 commit 90dfe82

File tree

2 files changed

+94
-8
lines changed

2 files changed

+94
-8
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5714,15 +5714,15 @@
57145714
"id": "37e00479-5776-4659-aecf-4841ec5d590a",
57155715
"scheme": "DelegatedWork",
57165716
"environment": "PPE;public",
5717-
"isHidden": true,
5717+
"isHidden": false,
57185718
"isEnabled": true,
57195719
"resourceAppId": "00000002-0000-0000-c000-000000000000"
57205720
},
57215721
{
57225722
"id": "2d9bd318-b883-40be-9df7-63ec4fcdc424",
57235723
"scheme": "Application",
57245724
"environment": "PPE;public",
5725-
"isHidden": true,
5725+
"isHidden": false,
57265726
"isEnabled": true,
57275727
"resourceAppId": "00000002-0000-0000-c000-000000000000"
57285728
}
@@ -5968,15 +5968,15 @@
59685968
"id": "2eb2bc92-94ef-4c6b-b4ab-2a09bc975e0e",
59695969
"scheme": "DelegatedWork",
59705970
"environment": "public",
5971-
"isHidden": true,
5971+
"isHidden": false,
59725972
"isEnabled": true,
59735973
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
59745974
},
59755975
{
59765976
"id": "f3c4f514-c65a-43f5-bfce-1735872258dd",
59775977
"scheme": "Application",
59785978
"environment": "public",
5979-
"isHidden": true,
5979+
"isHidden": false,
59805980
"isEnabled": true,
59815981
"resourceAppId": "65d91a3d-ab74-42e6-8a2f-0add61688c74"
59825982
}
@@ -15474,15 +15474,15 @@
1547415474
"environment": "public",
1547515475
"isHidden": true,
1547615476
"isEnabled": true,
15477-
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15477+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
1547815478
},
1547915479
{
1548015480
"id": "db1ab09f-19aa-42fb-a75e-502bbe395625",
1548115481
"scheme": "Application",
1548215482
"environment": "public",
1548315483
"isHidden": true,
1548415484
"isEnabled": true,
15485-
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15485+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
1548615486
}
1548715487
],
1548815488
"VerifiedId-Profile.ReadWrite.All": [
@@ -15492,7 +15492,7 @@
1549215492
"environment": "public",
1549315493
"isHidden": true,
1549415494
"isEnabled": true,
15495-
"resourceAppId": "93625bc8-bfe2-437a-97e0-3d0060024faa"
15495+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
1549615496
}
1549715497
]
1549815498
}

permissions/new/permissions.json

Lines changed: 87 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24005,6 +24005,44 @@
2400524005
"ownerSecurityGroup": "GroupsIDCSG"
2400624006
}
2400724007
},
24008+
"Group-OnPremisesSyncBehavior.ReadWrite.All": {
24009+
"authorizationType": "oAuth2",
24010+
"schemes": {
24011+
"DelegatedWork": {
24012+
"adminDisplayName": "Read and update the on-premises sync behavior of groups",
24013+
"adminDescription": "Allows the app to read and update the on-premises sync behavior of groups on behalf of the signed-in user.",
24014+
"userDisplayName": "Read and update the on-premises sync behavior of groups",
24015+
"userDescription": "Allows the app to update the on-premises sync behavior of groups on your behalf.",
24016+
"requiresAdminConsent": true,
24017+
"privilegeLevel": 2
24018+
},
24019+
"Application": {
24020+
"adminDisplayName": "Read and update the on-premises sync behavior of groups",
24021+
"adminDescription": "Allows the app to update the on-premises sync behavior of all groups without a signed-in user.",
24022+
"requiresAdminConsent": true,
24023+
"privilegeLevel": 4
24024+
}
24025+
},
24026+
"pathSets": [
24027+
{
24028+
"schemeKeys": [
24029+
"DelegatedWork",
24030+
"Application"
24031+
],
24032+
"methods": [
24033+
"GET",
24034+
"PATCH"
24035+
],
24036+
"paths": {
24037+
"/groups/{id}/onPremisesSyncBehavior": "least=DelegatedWork,Application",
24038+
"/groups/onPremisesSyncBehavior": "least=DelegatedWork,Application"
24039+
}
24040+
}
24041+
],
24042+
"ownerInfo": {
24043+
"ownerSecurityGroup": "ddsappperm"
24044+
}
24045+
},
2400824046
"Group.Create": {
2400924047
"authorizationType": "oAuth2",
2401024048
"schemes": {
@@ -24915,6 +24953,51 @@
2491524953
"ownerSecurityGroup": "IdentityReq"
2491624954
}
2491724955
},
24956+
"GroupSettings.Read.All": {
24957+
"authorizationType": "oAuth2",
24958+
"schemes": {
24959+
"DelegatedWork": {
24960+
"adminDisplayName": "Read all group settings that user can access",
24961+
"adminDescription": "Allows the app to read a list of tenant-level or group-specific group settings objects, on behalf of the signed-in user.",
24962+
"userDisplayName": "Read all group settings that user can access",
24963+
"userDescription": "Allows the app to read a list of tenant-level or group-specific group settings objects, on your behalf.",
24964+
"requiresAdminConsent": true,
24965+
"privilegeLevel": 4
24966+
},
24967+
"Application": {
24968+
"adminDisplayName": "Read all group settings",
24969+
"adminDescription": "Allows the app to read a list of tenant-level or group-specific group settings objects, without a signed-in user.",
24970+
"requiresAdminConsent": true,
24971+
"privilegeLevel": 4
24972+
}
24973+
},
24974+
"pathSets": [
24975+
{
24976+
"schemeKeys": [
24977+
"DelegatedWork",
24978+
"Application"
24979+
],
24980+
"methods": [
24981+
"GET"
24982+
],
24983+
"paths": {
24984+
"/directorysettingtemplates": "least=DelegatedWork,Application",
24985+
"/directorysettingtemplates/{id}": "least=DelegatedWork,Application",
24986+
"/groups/{id}/settings": "least=DelegatedWork,Application",
24987+
"/groups/{id}/settings/{id}": "least=DelegatedWork,Application",
24988+
"/groupsettings": "least=DelegatedWork,Application",
24989+
"/groupsettings/{id}": "least=DelegatedWork,Application",
24990+
"/groupsettingtemplates": "least=DelegatedWork,Application",
24991+
"/groupsettingtemplates/{id}": "least=DelegatedWork,Application",
24992+
"/settings": "least=DelegatedWork,Application",
24993+
"/settings/{id}": "least=DelegatedWork,Application"
24994+
}
24995+
}
24996+
],
24997+
"ownerInfo": {
24998+
"ownerSecurityGroup": "AADGroupsPreAuth"
24999+
}
25000+
},
2491825001
"HealthMonitoringAlert.Read.All": {
2491925002
"authorizationType": "oAuth2",
2492025003
"schemes": {
@@ -41232,7 +41315,8 @@
4123241315
"/sites/{id}/lists/{id}/permissions": "",
4123341316
"/sites/{id}/operations": "",
4123441317
"/sites/{id}/operations/{id}": "",
41235-
"/sites/{id}/permissions": "least=DelegatedWork,Application"
41318+
"/sites/{id}/permissions": "least=DelegatedWork,Application",
41319+
"/sites/{id}/searchCustomIndex(q={value})": ""
4123641320
}
4123741321
},
4123841322
{
@@ -41779,6 +41863,7 @@
4177941863
"/sites/{id}/pages/{id}/webparts/{id}/getpositionofwebpart": "least=DelegatedWork,Application",
4178041864
"/sites/{id}/pageTemplates": "least=DelegatedWork,Application",
4178141865
"/sites/{id}/pageTemplates/{id}": "least=DelegatedWork,Application",
41866+
"/sites/{id}/searchCustomIndex(q={value})": "least=DelegatedWork,Application",
4178241867
"/sites/{id}/settings": "least=DelegatedWork,Application",
4178341868
"/sites/{id}/sites": "least=DelegatedWork,Application",
4178441869
"/sites/root": "least=DelegatedWork,Application",
@@ -42199,6 +42284,7 @@
4219942284
"/sites/{id}/pages/{id}/webparts": "",
4220042285
"/sites/{id}/pages/{id}/webparts/{id}": "",
4220142286
"/sites/{id}/pages/{id}/webparts/{id}/getpositionofwebpart": "",
42287+
"/sites/{id}/searchCustomIndex(q={value})": "",
4220242288
"/sites/{id}/settings": "",
4220342289
"/sites/{id}/sites": "",
4220442290
"/sites/root": "",

0 commit comments

Comments
 (0)