Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions permissions/new/ProvisioningInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -14689,21 +14689,21 @@
],
"UserWindowsSettings.Read.All": [
{
"id": "",
"id": "77e07bab-1b34-40a5-bb6c-4b197b3f6027",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a"
}
],
"UserWindowsSettings.ReadWrite.All": [
{
"id": "",
"id": "dcb1026d-b7e1-4d31-9f61-6724d5140bf9",
"scheme": "DelegatedWork",
"environment": "public",
"isHidden": true,
"isEnabled": false,
"isHidden": false,
"isEnabled": true,
"resourceAppId": "314d9ae1-34e6-4ec0-bb42-36a834ce893a"
}
],
Expand Down
62 changes: 62 additions & 0 deletions permissions/new/permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -51061,6 +51061,68 @@
"ownerSecurityGroup": "TeamsPermissions"
}
},
"UserWindowsSettings.Read.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read windows settings for all devices",
"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.",
"userDisplayName": "Read your windows settings for all devices",
"userDescription": "Allows the app to read your windows settings which are stored in cloud and their values.",
"requiresAdminConsent": true,
"privilegeLevel": 2
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"GET"
],
"paths": {
"/users/{id}/settings/windows": "",
"/users/{id}/settings/windows/{id}": "",
"/users/{id}/settings/windows/{id}/instances": "",
"/users/{id}/settings/windows/{id}/instances/{id}": ""
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "afsdev"
}
},
"UserWindowsSettings.ReadWrite.All": {
"authorizationType": "oAuth2",
"schemes": {
"DelegatedWork": {
"adminDisplayName": "Read and write windows settings for all devices",
"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.",
"userDisplayName": "Read and write your windows settings for all devices",
"userDescription": "Allows the app to read and write your windows settings which are stored in cloud and their values.",
"requiresAdminConsent": true,
"privilegeLevel": 3
}
},
"pathSets": [
{
"schemeKeys": [
"DelegatedWork"
],
"methods": [
"DELETE",
"GET"
],
"paths": {
"/users/{id}/settings/windows": "least=DelegatedWork"
}
}
],
"ownerInfo": {
"ownerSecurityGroup": "afsdev"
}
},
"VirtualAppointment.Read": {
"authorizationType": "oAuth2",
"schemes": {
Expand Down
Loading