Skip to content

Commit f085b5d

Browse files
feat: add Group-OnPremisesSyncBehavior.ReadWrite.All (#1200)
* Weekly Permissions sync 2025-07-11 (#1194) Co-authored-by: Michael Mainer (from Dev Box) <[email protected]> * Weekly Permissions sync 2025-07-13 (#1196) Co-authored-by: Michael Mainer (from Dev Box) <[email protected]> --------- Co-authored-by: David <[email protected]>
1 parent 2c6f3f8 commit f085b5d

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5751,15 +5751,15 @@
57515751
"id": "37e00479-5776-4659-aecf-4841ec5d590a",
57525752
"scheme": "DelegatedWork",
57535753
"environment": "PPE;public",
5754-
"isHidden": true,
5754+
"isHidden": false,
57555755
"isEnabled": true,
57565756
"resourceAppId": "00000002-0000-0000-c000-000000000000"
57575757
},
57585758
{
57595759
"id": "2d9bd318-b883-40be-9df7-63ec4fcdc424",
57605760
"scheme": "Application",
57615761
"environment": "PPE;public",
5762-
"isHidden": true,
5762+
"isHidden": false,
57635763
"isEnabled": true,
57645764
"resourceAppId": "00000002-0000-0000-c000-000000000000"
57655765
}

permissions/new/permissions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24271,6 +24271,44 @@
2427124271
"ownerSecurityGroup": "GroupsIDCSG"
2427224272
}
2427324273
},
24274+
"Group-OnPremisesSyncBehavior.ReadWrite.All": {
24275+
"authorizationType": "oAuth2",
24276+
"schemes": {
24277+
"DelegatedWork": {
24278+
"adminDisplayName": "Read and update the on-premises sync behavior of groups",
24279+
"adminDescription": "Allows the app to read and update the on-premises sync behavior of groups on behalf of the signed-in user.",
24280+
"userDisplayName": "Read and update the on-premises sync behavior of groups",
24281+
"userDescription": "Allows the app to update the on-premises sync behavior of groups on your behalf.",
24282+
"requiresAdminConsent": true,
24283+
"privilegeLevel": 2
24284+
},
24285+
"Application": {
24286+
"adminDisplayName": "Read and update the on-premises sync behavior of groups",
24287+
"adminDescription": "Allows the app to update the on-premises sync behavior of all groups without a signed-in user.",
24288+
"requiresAdminConsent": true,
24289+
"privilegeLevel": 4
24290+
}
24291+
},
24292+
"pathSets": [
24293+
{
24294+
"schemeKeys": [
24295+
"DelegatedWork",
24296+
"Application"
24297+
],
24298+
"methods": [
24299+
"GET",
24300+
"PATCH"
24301+
],
24302+
"paths": {
24303+
"/groups/{id}/onPremisesSyncBehavior": "least=DelegatedWork,Application",
24304+
"/groups/onPremisesSyncBehavior": "least=DelegatedWork,Application"
24305+
}
24306+
}
24307+
],
24308+
"ownerInfo": {
24309+
"ownerSecurityGroup": "ddsappperm"
24310+
}
24311+
},
2427424312
"Group.Create": {
2427524313
"authorizationType": "oAuth2",
2427624314
"schemes": {

0 commit comments

Comments
 (0)