|
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", |
|
33563 | 33578 | "/networkaccess/discovery/discoveredApplicationSegments": "least=DelegatedWork,Application", |
33564 | 33579 | "/networkaccess/logs/connections": "least=DelegatedWork,Application", |
33565 | 33580 | "/networkaccess/logs/connections/{id}": "least=DelegatedWork,Application", |
| 33581 | + "/networkaccess/logs/generativeAIInsights": "least=DelegatedWork,Application", |
33566 | 33582 | "/networkaccess/logs/remoteNetworks": "least=DelegatedWork,Application", |
33567 | 33583 | "/networkaccess/logs/traffic": "least=DelegatedWork,Application", |
33568 | 33584 | "/networkaccess/logs/traffic/{id}": "least=DelegatedWork,Application", |
|
33751 | 33767 | "/networkAccess/forwardingProfiles/{id}/policies/{id}": "", |
33752 | 33768 | "/networkaccess/logs/connections": "", |
33753 | 33769 | "/networkaccess/logs/connections/{id}": "", |
| 33770 | + "/networkaccess/logs/generativeAIInsights": "", |
33754 | 33771 | "/networkaccess/logs/remoteNetworks": "", |
33755 | 33772 | "/networkaccess/logs/traffic": "", |
33756 | 33773 | "/networkaccess/logs/traffic/{id}": "", |
|
42395 | 42412 | "/copilot/reports/getmicrosoft365copilotusageuserdetail(period={value})": "least=DelegatedWork,Application", |
42396 | 42413 | "/copilot/reports/getmicrosoft365copilotusercountsummary(period={value})": "least=DelegatedWork,Application", |
42397 | 42414 | "/copilot/reports/getmicrosoft365copilotusercounttrend(period={value})": "least=DelegatedWork,Application", |
| 42415 | + "/reports/azureADPremiumLicenseInsight": "least=DelegatedWork,Application", |
42398 | 42416 | "/reports/credentialuserregistrationdetails": "least=DelegatedWork,Application", |
42399 | 42417 | "/reports/getazureadapplicationsigninsummary(period={value})": "least=DelegatedWork,Application", |
42400 | 42418 | "/reports/getbrowserdistributionusercounts(period={value})": "least=DelegatedWork,Application", |
|
46591 | 46609 | "paths": { |
46592 | 46610 | "/sites/getOperationStatus(operationId='{id}')": "" |
46593 | 46611 | } |
| 46612 | + }, |
| 46613 | + { |
| 46614 | + "schemeKeys": [ |
| 46615 | + "DelegatedWork" |
| 46616 | + ], |
| 46617 | + "methods": [ |
| 46618 | + "DELETE" |
| 46619 | + ], |
| 46620 | + "paths": { |
| 46621 | + "/drives/{id}/items/{id}/retentionLabel": "", |
| 46622 | + "/groups/{id}/drive/items/{id}/retentionLabel": "", |
| 46623 | + "/me/drive/items/{id}/retentionLabel": "", |
| 46624 | + "/users/{user-id}/drive/items/{item-id}/retentionLabel": "" |
| 46625 | + } |
46594 | 46626 | } |
46595 | 46627 | ], |
46596 | 46628 | "ownerInfo": { |
|
47902 | 47934 | "/users/{user-id}/drive/root:/{item-path}/media/reactions": "least=DelegatedWork,DelegatedPersonal" |
47903 | 47935 | } |
47904 | 47936 | }, |
| 47937 | + { |
| 47938 | + "schemeKeys": [ |
| 47939 | + "DelegatedWork", |
| 47940 | + "Application" |
| 47941 | + ], |
| 47942 | + "methods": [ |
| 47943 | + "DELETE" |
| 47944 | + ], |
| 47945 | + "paths": { |
| 47946 | + "/drives/{id}/items/{id}/retentionLabel": "", |
| 47947 | + "/groups/{id}/drive/items/{id}/retentionLabel": "", |
| 47948 | + "/me/drive/items/{id}/retentionLabel": "", |
| 47949 | + "/users/{user-id}/drive/items/{item-id}/retentionLabel": "" |
| 47950 | + } |
| 47951 | + }, |
47905 | 47952 | { |
47906 | 47953 | "schemeKeys": [ |
47907 | 47954 | "DelegatedWork" |
|
0 commit comments