|
13675 | 13675 | "adminDisplayName": "Manage all delegated permission grants", |
13676 | 13676 | "adminDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.", |
13677 | 13677 | "requiresAdminConsent": true, |
13678 | | - "privilegeLevel": 4 |
| 13678 | + "privilegeLevel": 5 |
13679 | 13679 | } |
13680 | 13680 | }, |
13681 | 13681 | "pathSets": [ |
|
13688 | 13688 | "GET" |
13689 | 13689 | ], |
13690 | 13690 | "paths": { |
13691 | | - "/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "least=Application", |
13692 | | - "/serviceprincipals(appid={value})/oauth2permissiongrants": "least=Application", |
| 13691 | + "/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "", |
| 13692 | + "/serviceprincipals(appid={value})/oauth2permissiongrants": "", |
13693 | 13693 | "/serviceprincipals/{id}/inheritedoauth2permissiongrants": "", |
13694 | 13694 | "/serviceprincipals/{id}/oauth2permissiongrants": "", |
13695 | 13695 | "/users/{id}/oauth2permissiongrants": "" |
|
13717 | 13717 | "POST" |
13718 | 13718 | ], |
13719 | 13719 | "paths": { |
13720 | | - "/oauth2permissiongrants": "least=DelegatedWork,Application" |
| 13720 | + "/oauth2permissiongrants": "" |
13721 | 13721 | } |
13722 | 13722 | }, |
13723 | 13723 | { |
|
13731 | 13731 | "PATCH" |
13732 | 13732 | ], |
13733 | 13733 | "paths": { |
13734 | | - "/oauth2permissiongrants/{id}": "least=DelegatedWork,Application" |
| 13734 | + "/oauth2permissiongrants/{id}": "" |
13735 | 13735 | } |
13736 | 13736 | }, |
13737 | 13737 | { |
|
26490 | 26490 | "/me/drive/items/{id}/permissions/{id}": "" |
26491 | 26491 | } |
26492 | 26492 | }, |
| 26493 | + { |
| 26494 | + "schemeKeys": [ |
| 26495 | + "DelegatedWork", |
| 26496 | + "Application" |
| 26497 | + ], |
| 26498 | + "methods": [ |
| 26499 | + "DELETE" |
| 26500 | + ], |
| 26501 | + "paths": { |
| 26502 | + "/drives/{id}/items/{id}/retentionLabel": "least=DelegatedWork,Application", |
| 26503 | + "/groups/{id}/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application", |
| 26504 | + "/me/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application", |
| 26505 | + "/users/{user-id}/drive/items/{item-id}/retentionLabel": "least=DelegatedWork,Application" |
| 26506 | + } |
| 26507 | + }, |
26493 | 26508 | { |
26494 | 26509 | "schemeKeys": [ |
26495 | 26510 | "DelegatedWork", |
|
46591 | 46606 | "paths": { |
46592 | 46607 | "/sites/getOperationStatus(operationId='{id}')": "" |
46593 | 46608 | } |
| 46609 | + }, |
| 46610 | + { |
| 46611 | + "schemeKeys": [ |
| 46612 | + "DelegatedWork" |
| 46613 | + ], |
| 46614 | + "methods": [ |
| 46615 | + "DELETE" |
| 46616 | + ], |
| 46617 | + "paths": { |
| 46618 | + "/drives/{id}/items/{id}/retentionLabel": "", |
| 46619 | + "/groups/{id}/drive/items/{id}/retentionLabel": "", |
| 46620 | + "/me/drive/items/{id}/retentionLabel": "", |
| 46621 | + "/users/{user-id}/drive/items/{item-id}/retentionLabel": "" |
| 46622 | + } |
46594 | 46623 | } |
46595 | 46624 | ], |
46596 | 46625 | "ownerInfo": { |
|
47902 | 47931 | "/users/{user-id}/drive/root:/{item-path}/media/reactions": "least=DelegatedWork,DelegatedPersonal" |
47903 | 47932 | } |
47904 | 47933 | }, |
| 47934 | + { |
| 47935 | + "schemeKeys": [ |
| 47936 | + "DelegatedWork", |
| 47937 | + "Application" |
| 47938 | + ], |
| 47939 | + "methods": [ |
| 47940 | + "DELETE" |
| 47941 | + ], |
| 47942 | + "paths": { |
| 47943 | + "/drives/{id}/items/{id}/retentionLabel": "", |
| 47944 | + "/groups/{id}/drive/items/{id}/retentionLabel": "", |
| 47945 | + "/me/drive/items/{id}/retentionLabel": "", |
| 47946 | + "/users/{user-id}/drive/items/{item-id}/retentionLabel": "" |
| 47947 | + } |
| 47948 | + }, |
47905 | 47949 | { |
47906 | 47950 | "schemeKeys": [ |
47907 | 47951 | "DelegatedWork" |
|
0 commit comments