Skip to content

Commit f8fcb8a

Browse files
committed
Weekly Permissions sync 2025-05-27
1 parent 0cf1a86 commit f8fcb8a

2 files changed

Lines changed: 68 additions & 6 deletions

File tree

permissions/new/ProvisioningInfo.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14689,21 +14689,21 @@
1468914689
],
1469014690
"UserWindowsSettings.Read.All": [
1469114691
{
14692-
"id": "",
14692+
"id": "77e07bab-1b34-40a5-bb6c-4b197b3f6027",
1469314693
"scheme": "DelegatedWork",
1469414694
"environment": "public",
14695-
"isHidden": true,
14696-
"isEnabled": false,
14695+
"isHidden": false,
14696+
"isEnabled": true,
1469714697
"resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a"
1469814698
}
1469914699
],
1470014700
"UserWindowsSettings.ReadWrite.All": [
1470114701
{
14702-
"id": "",
14702+
"id": "dcb1026d-b7e1-4d31-9f61-6724d5140bf9",
1470314703
"scheme": "DelegatedWork",
1470414704
"environment": "public",
14705-
"isHidden": true,
14706-
"isEnabled": false,
14705+
"isHidden": false,
14706+
"isEnabled": true,
1470714707
"resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a"
1470814708
}
1470914709
],

permissions/new/permissions.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51061,6 +51061,68 @@
5106151061
"ownerSecurityGroup": "TeamsPermissions"
5106251062
}
5106351063
},
51064+
"UserWindowsSettings.Read.All": {
51065+
"authorizationType": "oAuth2",
51066+
"schemes": {
51067+
"DelegatedWork": {
51068+
"adminDisplayName": "Read windows settings for all devices",
51069+
"adminDescription": "Allows the app to read a user's windows settings which are stored in cloud and their values on behalf of the signed-in user.",
51070+
"userDisplayName": "Read your windows settings for all devices",
51071+
"userDescription": "Allows the app to read your windows settings which are stored in cloud and their values.",
51072+
"requiresAdminConsent": true,
51073+
"privilegeLevel": 2
51074+
}
51075+
},
51076+
"pathSets": [
51077+
{
51078+
"schemeKeys": [
51079+
"DelegatedWork"
51080+
],
51081+
"methods": [
51082+
"GET"
51083+
],
51084+
"paths": {
51085+
"/users/{id}/settings/windows": "",
51086+
"/users/{id}/settings/windows/{id}": "",
51087+
"/users/{id}/settings/windows/{id}/instances": "",
51088+
"/users/{id}/settings/windows/{id}/instances/{id}": ""
51089+
}
51090+
}
51091+
],
51092+
"ownerInfo": {
51093+
"ownerSecurityGroup": "afsdev"
51094+
}
51095+
},
51096+
"UserWindowsSettings.ReadWrite.All": {
51097+
"authorizationType": "oAuth2",
51098+
"schemes": {
51099+
"DelegatedWork": {
51100+
"adminDisplayName": "Read and write windows settings for all devices",
51101+
"adminDescription": "Allows the app to read and write a user's windows settings which are stored in cloud and their values on behalf of the signed-in user.",
51102+
"userDisplayName": "Read and write your windows settings for all devices",
51103+
"userDescription": "Allows the app to read and write your windows settings which are stored in cloud and their values.",
51104+
"requiresAdminConsent": true,
51105+
"privilegeLevel": 3
51106+
}
51107+
},
51108+
"pathSets": [
51109+
{
51110+
"schemeKeys": [
51111+
"DelegatedWork"
51112+
],
51113+
"methods": [
51114+
"DELETE",
51115+
"GET"
51116+
],
51117+
"paths": {
51118+
"/users/{id}/settings/windows": "least=DelegatedWork"
51119+
}
51120+
}
51121+
],
51122+
"ownerInfo": {
51123+
"ownerSecurityGroup": "afsdev"
51124+
}
51125+
},
5106451126
"VirtualAppointment.Read": {
5106551127
"authorizationType": "oAuth2",
5106651128
"schemes": {

0 commit comments

Comments
 (0)