Skip to content

Commit a934340

Browse files
authored
Merge pull request #1261 from microsoftgraph/permissions-update/2025-09-09
Weekly Permissions sync 2025-09-09
2 parents b45c029 + 7eaa74a commit a934340

File tree

2 files changed

+77
-3
lines changed

2 files changed

+77
-3
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7464,6 +7464,42 @@
74647464
"resourceAppId": ""
74657465
}
74667466
],
7467+
"MailboxConfigItem.Read": [
7468+
{
7469+
"id": "",
7470+
"scheme": "DelegatedWork",
7471+
"environment": "public",
7472+
"isHidden": true,
7473+
"isEnabled": false,
7474+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
7475+
},
7476+
{
7477+
"id": "",
7478+
"scheme": "Application",
7479+
"environment": "public",
7480+
"isHidden": true,
7481+
"isEnabled": false,
7482+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
7483+
}
7484+
],
7485+
"MailboxConfigItem.ReadWrite": [
7486+
{
7487+
"id": "",
7488+
"scheme": "DelegatedWork",
7489+
"environment": "public",
7490+
"isHidden": true,
7491+
"isEnabled": false,
7492+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
7493+
},
7494+
{
7495+
"id": "",
7496+
"scheme": "Application",
7497+
"environment": "public",
7498+
"isHidden": true,
7499+
"isEnabled": false,
7500+
"resourceAppId": "c999ed3e-27ae-4cb3-b3a2-46b056af63d3"
7501+
}
7502+
],
74677503
"MailboxFolder.Read": [
74687504
{
74697505
"id": "52dc2051-4958-4636-8f2a-281d39c6981c",
@@ -14747,15 +14783,15 @@
1474714783
"id": "7ff9afdd-0cdb-439d-a61c-fea3e9339e89",
1474814784
"scheme": "DelegatedWork",
1474914785
"environment": "PPE;public",
14750-
"isHidden": true,
14786+
"isHidden": false,
1475114787
"isEnabled": true,
1475214788
"resourceAppId": ""
1475314789
},
1475414790
{
1475514791
"id": "a94a502d-0281-4d15-8cd2-682ac9362c4c",
1475614792
"scheme": "Application",
1475714793
"environment": "PPE;public",
14758-
"isHidden": true,
14794+
"isHidden": false,
1475914795
"isEnabled": true,
1476014796
"resourceAppId": ""
1476114797
}
@@ -16565,4 +16601,4 @@
1656516601
}
1656616602
]
1656716603
}
16568-
}
16604+
}

permissions/new/permissions.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50685,6 +50685,44 @@
5068550685
"ownerSecurityGroup": "IdentityReq"
5068650686
}
5068750687
},
50688+
"User-OnPremisesSyncBehavior.ReadWrite.All": {
50689+
"authorizationType": "oAuth2",
50690+
"schemes": {
50691+
"DelegatedWork": {
50692+
"adminDisplayName": "Read and update the on-premises sync behavior of users",
50693+
"adminDescription": "Allows the app to read and update the on-premises sync behavior of users on behalf of the signed-in user.",
50694+
"userDisplayName": "Read and update the on-premises sync behavior of users",
50695+
"userDescription": "Allows the app to update the on-premises sync behavior of users on your behalf.",
50696+
"requiresAdminConsent": true,
50697+
"privilegeLevel": 2
50698+
},
50699+
"Application": {
50700+
"adminDisplayName": "Read and update the on-premises sync behavior of users",
50701+
"adminDescription": "Allows the app to update the on-premises sync behavior of all users without a signed-in user.",
50702+
"requiresAdminConsent": true,
50703+
"privilegeLevel": 4
50704+
}
50705+
},
50706+
"pathSets": [
50707+
{
50708+
"schemeKeys": [
50709+
"DelegatedWork",
50710+
"Application"
50711+
],
50712+
"methods": [
50713+
"GET",
50714+
"PATCH"
50715+
],
50716+
"paths": {
50717+
"/users/{id}/onPremisesSyncBehavior": "least=DelegatedWork,Application",
50718+
"/users/onPremisesSyncBehavior": "least=DelegatedWork,Application"
50719+
}
50720+
}
50721+
],
50722+
"ownerInfo": {
50723+
"ownerSecurityGroup": "ddsappperm"
50724+
}
50725+
},
5068850726
"User-PasswordProfile.ReadWrite.All": {
5068950727
"authorizationType": "oAuth2",
5069050728
"schemes": {

0 commit comments

Comments
 (0)