Skip to content

Commit 9a6dbe2

Browse files
committed
Weekly Permissions sync 2025-08-23
1 parent bdf7925 commit 9a6dbe2

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12979,15 +12979,15 @@
1297912979
"id": "2104a4db-3a2f-4ea0-9dba-143d457dc666",
1298012980
"scheme": "DelegatedWork",
1298112981
"environment": "public",
12982-
"isHidden": true,
12982+
"isHidden": false,
1298312983
"isEnabled": true,
1298412984
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1298512985
},
1298612986
{
1298712987
"id": "4437522e-9a86-4a41-a7da-e380edd4a97d",
1298812988
"scheme": "Application",
1298912989
"environment": "public",
12990-
"isHidden": true,
12990+
"isHidden": false,
1299112991
"isEnabled": true,
1299212992
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
1299312993
}

permissions/new/permissions.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23874,6 +23874,7 @@
2387423874
"/storage/fileStorage/containers/{id}/columns": "least=DelegatedWork,DelegatedPersonal,Application",
2387523875
"/storage/fileStorage/containers/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application",
2387623876
"/storage/fileStorage/containers/{id}/permissions": "least=DelegatedWork,DelegatedPersonal,Application",
23877+
"/storage/fileStorage/containers/{id}/recycleBin/items(driveItemId={driveItemId})/restore": "least=DelegatedWork,DelegatedPersonal,Application",
2387723878
"/storage/fileStorage/containers/{id}/recycleBin/items/delete": "least=DelegatedWork,DelegatedPersonal,Application",
2387823879
"/storage/fileStorage/containers/{id}/recycleBin/items/restore": "least=DelegatedWork,DelegatedPersonal,Application",
2387923880
"/storage/fileStorage/deletedContainers/{id}/restore": "least=DelegatedWork,DelegatedPersonal,Application"
@@ -45266,6 +45267,56 @@
4526645267
"ownerSecurityGroup": "TeamsPermissions"
4526745268
}
4526845269
},
45270+
"TeamMember.ReadWriteNonOwnerRole.All": {
45271+
"authorizationType": "oAuth2",
45272+
"schemes": {
45273+
"DelegatedWork": {
45274+
"adminDisplayName": "Add and remove non-owner members from teams",
45275+
"adminDescription": "Add and remove non-owner members from teams, on behalf of the signed-in user. Does not allow changing a member's role to or from owner.",
45276+
"userDisplayName": "Add and remove non-owner members from teams",
45277+
"userDescription": "Add and remove non-owner members from teams, on your behalf. Does not allow changing a member's role to or from owner.",
45278+
"requiresAdminConsent": true,
45279+
"privilegeLevel": 4
45280+
},
45281+
"Application": {
45282+
"adminDisplayName": "Add and remove non-owner members from all teams",
45283+
"adminDescription": "Add and remove non-owner members from all teams, without a signed-in user. Does not allow changing a member's role to or from owner.",
45284+
"requiresAdminConsent": true,
45285+
"privilegeLevel": 4
45286+
}
45287+
},
45288+
"pathSets": [
45289+
{
45290+
"schemeKeys": [
45291+
"DelegatedWork",
45292+
"Application"
45293+
],
45294+
"methods": [
45295+
"POST"
45296+
],
45297+
"paths": {
45298+
"/teams/{id}/members": "least=DelegatedWork,Application",
45299+
"/teams/{id}/members/add": "least=DelegatedWork,Application"
45300+
}
45301+
},
45302+
{
45303+
"schemeKeys": [
45304+
"DelegatedWork",
45305+
"Application"
45306+
],
45307+
"methods": [
45308+
"DELETE",
45309+
"PATCH"
45310+
],
45311+
"paths": {
45312+
"/teams/{id}/members/{id}": "least=DelegatedWork,Application"
45313+
}
45314+
}
45315+
],
45316+
"ownerInfo": {
45317+
"ownerSecurityGroup": "TeamsPermissions"
45318+
}
45319+
},
4526945320
"TeamsActivity.Read": {
4527045321
"authorizationType": "oAuth2",
4527145322
"schemes": {

0 commit comments

Comments
 (0)