|
10849 | 10849 | "ownerSecurityGroup": "DcsMsGraphSchemaAdmins" |
10850 | 10850 | } |
10851 | 10851 | }, |
| 10852 | + "CopilotPackages.Read.All": { |
| 10853 | + "authorizationType": "oAuth2", |
| 10854 | + "schemes": { |
| 10855 | + "DelegatedWork": { |
| 10856 | + "adminDisplayName": "Read all packages information", |
| 10857 | + "adminDescription": "Allows the user to read the packages information", |
| 10858 | + "userDisplayName": "Read all packages information", |
| 10859 | + "userDescription": "Allows the app to read packages information.", |
| 10860 | + "requiresAdminConsent": false, |
| 10861 | + "privilegeLevel": 3 |
| 10862 | + }, |
| 10863 | + "Application": { |
| 10864 | + "adminDisplayName": "Read all packages information", |
| 10865 | + "adminDescription": "Allows the app to read packages information without a signed-in user.", |
| 10866 | + "requiresAdminConsent": true, |
| 10867 | + "privilegeLevel": 4 |
| 10868 | + } |
| 10869 | + }, |
| 10870 | + "pathSets": [ |
| 10871 | + { |
| 10872 | + "schemeKeys": [ |
| 10873 | + "DelegatedWork", |
| 10874 | + "Application" |
| 10875 | + ], |
| 10876 | + "methods": [ |
| 10877 | + "GET" |
| 10878 | + ], |
| 10879 | + "paths": { |
| 10880 | + "/copilot/admin/catalog/packages": "least=DelegatedWork,Application", |
| 10881 | + "/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application" |
| 10882 | + } |
| 10883 | + } |
| 10884 | + ], |
| 10885 | + "ownerInfo": { |
| 10886 | + "ownerSecurityGroup": "m365adminsvcdevteam" |
| 10887 | + } |
| 10888 | + }, |
| 10889 | + "CopilotPackages.ReadWrite.All": { |
| 10890 | + "authorizationType": "oAuth2", |
| 10891 | + "schemes": { |
| 10892 | + "DelegatedWork": { |
| 10893 | + "adminDisplayName": "Read and update all packages information", |
| 10894 | + "adminDescription": "Allows the user to read and update the packages information", |
| 10895 | + "userDisplayName": "Read and update all packages information", |
| 10896 | + "userDescription": "Allows the app to read and update packages information.", |
| 10897 | + "requiresAdminConsent": true, |
| 10898 | + "privilegeLevel": 3 |
| 10899 | + }, |
| 10900 | + "Application": { |
| 10901 | + "adminDisplayName": "Read and update all packages information", |
| 10902 | + "adminDescription": "Allows the app to read and update packages information without a signed-in user.", |
| 10903 | + "requiresAdminConsent": true, |
| 10904 | + "privilegeLevel": 4 |
| 10905 | + } |
| 10906 | + }, |
| 10907 | + "pathSets": [ |
| 10908 | + { |
| 10909 | + "schemeKeys": [ |
| 10910 | + "DelegatedWork", |
| 10911 | + "Application" |
| 10912 | + ], |
| 10913 | + "methods": [ |
| 10914 | + "GET", |
| 10915 | + "POST" |
| 10916 | + ], |
| 10917 | + "paths": { |
| 10918 | + "/copilot/admin/catalog/packages": "least=DelegatedWork,Application", |
| 10919 | + "/copilot/admin/catalog/packages/{packageId}": "least=DelegatedWork,Application" |
| 10920 | + } |
| 10921 | + } |
| 10922 | + ], |
| 10923 | + "ownerInfo": { |
| 10924 | + "ownerSecurityGroup": "m365adminsvcdevteam" |
| 10925 | + } |
| 10926 | + }, |
10852 | 10927 | "CopilotSettings-LimitedMode.Read": { |
10853 | 10928 | "authorizationType": "oAuth2", |
10854 | 10929 | "schemes": { |
|
0 commit comments