|
51061 | 51061 | "ownerSecurityGroup": "TeamsPermissions" |
51062 | 51062 | } |
51063 | 51063 | }, |
| 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 | + }, |
51064 | 51126 | "VirtualAppointment.Read": { |
51065 | 51127 | "authorizationType": "oAuth2", |
51066 | 51128 | "schemes": { |
|
0 commit comments