|
23558 | 23558 | "ownerSecurityGroup": "GraphSPOApprovers" |
23559 | 23559 | } |
23560 | 23560 | }, |
| 23561 | + "FileStorageContainerTypeReg.Selected": { |
| 23562 | + "authorizationType": "oAuth2", |
| 23563 | + "schemes": { |
| 23564 | + "DelegatedWork": { |
| 23565 | + "adminDisplayName": "Access selected file storage container type registrations.", |
| 23566 | + "adminDescription": "Allows the application to manage selected file storage container type registrations on behalf of the signed in user. The user must be a SharePoint Embedded Admin or Global Admin.", |
| 23567 | + "userDisplayName": "Access selected file storage container type registrations.", |
| 23568 | + "userDescription": "Allows the application to manage selected file storage container type registrations on your behalf. You must be a SharePoint Embedded Admin or Global Admin.", |
| 23569 | + "requiresAdminConsent": false, |
| 23570 | + "privilegeLevel": 2 |
| 23571 | + }, |
| 23572 | + "Application": { |
| 23573 | + "adminDisplayName": "Access selected file storage container type registrations.", |
| 23574 | + "adminDescription": "Allows the application to manage file storage container type registrations without a signed-in user.", |
| 23575 | + "requiresAdminConsent": true, |
| 23576 | + "privilegeLevel": 3 |
| 23577 | + } |
| 23578 | + }, |
| 23579 | + "pathSets": [ |
| 23580 | + { |
| 23581 | + "schemeKeys": [ |
| 23582 | + "DelegatedWork", |
| 23583 | + "Application" |
| 23584 | + ], |
| 23585 | + "methods": [ |
| 23586 | + "PUT" |
| 23587 | + ], |
| 23588 | + "paths": { |
| 23589 | + "/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application", |
| 23590 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application", |
| 23591 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" |
| 23592 | + } |
| 23593 | + }, |
| 23594 | + { |
| 23595 | + "schemeKeys": [ |
| 23596 | + "DelegatedWork", |
| 23597 | + "Application" |
| 23598 | + ], |
| 23599 | + "methods": [ |
| 23600 | + "GET" |
| 23601 | + ], |
| 23602 | + "paths": { |
| 23603 | + "/storage/fileStorage/containerTypeRegistrations": "least=DelegatedWork,Application", |
| 23604 | + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", |
| 23605 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants": "least=DelegatedWork,Application", |
| 23606 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" |
| 23607 | + } |
| 23608 | + }, |
| 23609 | + { |
| 23610 | + "schemeKeys": [ |
| 23611 | + "DelegatedWork", |
| 23612 | + "Application" |
| 23613 | + ], |
| 23614 | + "methods": [ |
| 23615 | + "PATCH" |
| 23616 | + ], |
| 23617 | + "paths": { |
| 23618 | + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", |
| 23619 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" |
| 23620 | + } |
| 23621 | + }, |
| 23622 | + { |
| 23623 | + "schemeKeys": [ |
| 23624 | + "DelegatedWork", |
| 23625 | + "Application" |
| 23626 | + ], |
| 23627 | + "methods": [ |
| 23628 | + "DELETE" |
| 23629 | + ], |
| 23630 | + "paths": { |
| 23631 | + "/storage/fileStorage/containerTypeRegistrations/{id}": "least=DelegatedWork,Application", |
| 23632 | + "/storage/fileStorage/containerTypeRegistrations/{id}/applicationPermissionGrants/{id}": "least=DelegatedWork,Application" |
| 23633 | + } |
| 23634 | + } |
| 23635 | + ], |
| 23636 | + "ownerInfo": { |
| 23637 | + "ownerSecurityGroup": "GraphSPOApprovers" |
| 23638 | + } |
| 23639 | + }, |
23561 | 23640 | "Financials.ReadWrite.All": { |
23562 | 23641 | "authorizationType": "oAuth2", |
23563 | 23642 | "schemes": { |
|
0 commit comments