|
23874 | 23874 | "/storage/fileStorage/containers/{id}/columns": "least=DelegatedWork,DelegatedPersonal,Application", |
23875 | 23875 | "/storage/fileStorage/containers/{id}/permanentDelete": "least=DelegatedWork,DelegatedPersonal,Application", |
23876 | 23876 | "/storage/fileStorage/containers/{id}/permissions": "least=DelegatedWork,DelegatedPersonal,Application", |
| 23877 | + "/storage/fileStorage/containers/{id}/recycleBin/items(driveItemId={driveItemId})/restore": "least=DelegatedWork,DelegatedPersonal,Application", |
23877 | 23878 | "/storage/fileStorage/containers/{id}/recycleBin/items/delete": "least=DelegatedWork,DelegatedPersonal,Application", |
23878 | 23879 | "/storage/fileStorage/containers/{id}/recycleBin/items/restore": "least=DelegatedWork,DelegatedPersonal,Application", |
23879 | 23880 | "/storage/fileStorage/deletedContainers/{id}/restore": "least=DelegatedWork,DelegatedPersonal,Application" |
|
45266 | 45267 | "ownerSecurityGroup": "TeamsPermissions" |
45267 | 45268 | } |
45268 | 45269 | }, |
| 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 | + }, |
45269 | 45320 | "TeamsActivity.Read": { |
45270 | 45321 | "authorizationType": "oAuth2", |
45271 | 45322 | "schemes": { |
|
0 commit comments