|
2194 | 2194 | "paths": { |
2195 | 2195 | "/auditlogs/directoryaudits": "least=DelegatedWork,Application", |
2196 | 2196 | "/auditlogs/directoryaudits/{id}": "least=DelegatedWork,Application", |
2197 | | - "/auditlogs/provisioning": "least=DelegatedWork,Application", |
| 2197 | + "/auditlogs/provisioning": "", |
2198 | 2198 | "/auditlogs/signins": "least=DelegatedWork,Application", |
2199 | 2199 | "/auditlogs/signins/{id}": "least=DelegatedWork,Application", |
2200 | 2200 | "/auditlogs/signups": "least=DelegatedWork,Application", |
|
2728 | 2728 | "/backupRestore/sharePointProtectionPolicies/{policyId}/siteProtectionUnits": "least=DelegatedWork,Application" |
2729 | 2729 | } |
2730 | 2730 | }, |
| 2731 | + { |
| 2732 | + "schemeKeys": [ |
| 2733 | + "DelegatedWork", |
| 2734 | + "Application" |
| 2735 | + ], |
| 2736 | + "methods": [ |
| 2737 | + "GET" |
| 2738 | + ], |
| 2739 | + "paths": { |
| 2740 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application", |
| 2741 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules": "least=DelegatedWork,Application", |
| 2742 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application" |
| 2743 | + } |
| 2744 | + }, |
| 2745 | + { |
| 2746 | + "schemeKeys": [ |
| 2747 | + "DelegatedWork", |
| 2748 | + "Application" |
| 2749 | + ], |
| 2750 | + "methods": [ |
| 2751 | + "GET" |
| 2752 | + ], |
| 2753 | + "paths": { |
| 2754 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application", |
| 2755 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application", |
| 2756 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application" |
| 2757 | + } |
| 2758 | + }, |
2731 | 2759 | { |
2732 | 2760 | "schemeKeys": [ |
2733 | 2761 | "DelegatedWork", |
|
2862 | 2890 | "/backupRestore/sharePointProtectionPolicies/{policyId}": "least=DelegatedWork,Application" |
2863 | 2891 | } |
2864 | 2892 | }, |
| 2893 | + { |
| 2894 | + "schemeKeys": [ |
| 2895 | + "DelegatedWork", |
| 2896 | + "Application" |
| 2897 | + ], |
| 2898 | + "methods": [ |
| 2899 | + "POST" |
| 2900 | + ], |
| 2901 | + "paths": { |
| 2902 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules": "least=DelegatedWork,Application", |
| 2903 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveProtectionUnits": "least=DelegatedWork,Application", |
| 2904 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules": "least=DelegatedWork,Application" |
| 2905 | + } |
| 2906 | + }, |
| 2907 | + { |
| 2908 | + "schemeKeys": [ |
| 2909 | + "DelegatedWork", |
| 2910 | + "Application" |
| 2911 | + ], |
| 2912 | + "methods": [ |
| 2913 | + "DELETE", |
| 2914 | + "PATCH" |
| 2915 | + ], |
| 2916 | + "paths": { |
| 2917 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application", |
| 2918 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveProtectionUnits/{inclusionRuleId}": "least=DelegatedWork,Application", |
| 2919 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}": "least=DelegatedWork,Application" |
| 2920 | + } |
| 2921 | + }, |
| 2922 | + { |
| 2923 | + "schemeKeys": [ |
| 2924 | + "DelegatedWork", |
| 2925 | + "Application" |
| 2926 | + ], |
| 2927 | + "methods": [ |
| 2928 | + "POST" |
| 2929 | + ], |
| 2930 | + "paths": { |
| 2931 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application", |
| 2932 | + "/backupRestore/exchangeProtectionPolicies/{policyId}/mailboxInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application", |
| 2933 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application", |
| 2934 | + "/backupRestore/oneDriveForBusinessProtectionPolicies/{policyId}/driveInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application", |
| 2935 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/deleteAndUnprotect": "least=DelegatedWork,Application", |
| 2936 | + "/backupRestore/sharePointProtectionPolicies/{policyId}/siteInclusionRules/{inclusionRuleId}/run": "least=DelegatedWork,Application" |
| 2937 | + } |
| 2938 | + }, |
2865 | 2939 | { |
2866 | 2940 | "schemeKeys": [ |
2867 | 2941 | "DelegatedWork", |
|
7797 | 7871 | ], |
7798 | 7872 | "paths": { |
7799 | 7873 | "/devicemanagement/manageddevices/{id}/getcloudpcreviewstatus": "least=DelegatedWork,Application", |
7800 | | - "/devicemanagement/monitoring/alertrecords": "least=DelegatedWork,Application", |
7801 | | - "/devicemanagement/monitoring/alertrecords/{id}": "least=DelegatedWork,Application", |
7802 | | - "/devicemanagement/monitoring/alertrecords/getportalnotifications": "least=DelegatedWork,Application", |
7803 | | - "/devicemanagement/monitoring/alertrules": "least=DelegatedWork,Application", |
7804 | | - "/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork,Application", |
7805 | 7874 | "/devicemanagement/virtualendpoint/auditevents": "least=DelegatedWork,Application", |
7806 | 7875 | "/devicemanagement/virtualendpoint/auditevents/{id}": "least=DelegatedWork,Application", |
7807 | 7876 | "/devicemanagement/virtualendpoint/auditevents/getauditactivitytypes": "least=DelegatedWork,Application", |
|
7855 | 7924 | "GET" |
7856 | 7925 | ], |
7857 | 7926 | "paths": { |
| 7927 | + "/devicemanagement/monitoring/alertrecords": "least=DelegatedWork", |
| 7928 | + "/devicemanagement/monitoring/alertrecords/{id}": "least=DelegatedWork", |
| 7929 | + "/devicemanagement/monitoring/alertrecords/getportalnotifications": "least=DelegatedWork", |
| 7930 | + "/devicemanagement/monitoring/alertrules": "least=DelegatedWork", |
| 7931 | + "/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork", |
7858 | 7932 | "/devicemanagement/virtualendpoint/cloudpcs/{id}/getsupportedcloudpcremoteactions": "least=DelegatedWork", |
7859 | 7933 | "/devicemanagement/virtualendpoint/crosscloudgovernmentorganizationmapping": "least=DelegatedWork", |
7860 | 7934 | "/devicemanagement/virtualendpoint/geteffectivepermissions": "least=DelegatedWork", |
|
7932 | 8006 | "paths": { |
7933 | 8007 | "/devicemanagement/manageddevices/{id}/getcloudpcremoteactionresults": "least=DelegatedWork,Application", |
7934 | 8008 | "/devicemanagement/manageddevices/{id}/getcloudpcreviewstatus": "", |
7935 | | - "/devicemanagement/monitoring/alertrecords": "", |
7936 | | - "/devicemanagement/monitoring/alertrecords/{id}": "", |
7937 | | - "/devicemanagement/monitoring/alertrecords/getportalnotifications": "", |
7938 | 8009 | "/devicemanagement/virtualendpoint/auditevents": "", |
7939 | 8010 | "/devicemanagement/virtualendpoint/auditevents/{id}": "", |
7940 | 8011 | "/devicemanagement/virtualendpoint/auditevents/getauditactivitytypes": "", |
|
7978 | 8049 | "/devicemanagement/manageddevices/bulkreprovisioncloudpc": "least=DelegatedWork,Application", |
7979 | 8050 | "/devicemanagement/manageddevices/bulkrestorecloudpc": "least=DelegatedWork,Application", |
7980 | 8051 | "/devicemanagement/manageddevices/bulksetcloudpcreviewstatus": "least=DelegatedWork,Application", |
7981 | | - "/devicemanagement/monitoring/alertrecords/{id}/setportalnotificationassent": "least=DelegatedWork,Application", |
7982 | 8052 | "/devicemanagement/virtualendpoint/cloudpcs/{id}/changeuseraccounttype": "least=DelegatedWork,Application", |
7983 | 8053 | "/devicemanagement/virtualendpoint/cloudpcs/{id}/endgraceperiod": "least=DelegatedWork,Application", |
7984 | 8054 | "/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application", |
|
8021 | 8091 | "POST" |
8022 | 8092 | ], |
8023 | 8093 | "paths": { |
8024 | | - "/devicemanagement/monitoring/alertrules": "least=DelegatedWork,Application", |
8025 | 8094 | "/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application", |
8026 | 8095 | "/devicemanagement/virtualendpoint/externalpartnersettings": "least=DelegatedWork,Application", |
8027 | 8096 | "/devicemanagement/virtualendpoint/provisioningpolicies": "least=DelegatedWork,Application", |
|
8040 | 8109 | "PATCH" |
8041 | 8110 | ], |
8042 | 8111 | "paths": { |
8043 | | - "/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork,Application", |
8044 | 8112 | "/devicemanagement/virtualendpoint/externalpartnersettings/{id}": "least=DelegatedWork,Application", |
8045 | 8113 | "/devicemanagement/virtualendpoint/organizationsettings": "least=DelegatedWork,Application" |
8046 | 8114 | } |
|
8066 | 8134 | "POST" |
8067 | 8135 | ], |
8068 | 8136 | "paths": { |
| 8137 | + "/devicemanagement/monitoring/alertrules": "least=DelegatedWork", |
8069 | 8138 | "/devicemanagement/virtualendpoint/crosscloudgovernmentorganizationmapping": "least=DelegatedWork" |
8070 | 8139 | } |
8071 | 8140 | }, |
| 8141 | + { |
| 8142 | + "schemeKeys": [ |
| 8143 | + "DelegatedWork" |
| 8144 | + ], |
| 8145 | + "methods": [ |
| 8146 | + "GET", |
| 8147 | + "PATCH" |
| 8148 | + ], |
| 8149 | + "paths": { |
| 8150 | + "/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork" |
| 8151 | + } |
| 8152 | + }, |
8072 | 8153 | { |
8073 | 8154 | "schemeKeys": [ |
8074 | 8155 | "DelegatedWork", |
|
8093 | 8174 | "GET" |
8094 | 8175 | ], |
8095 | 8176 | "paths": { |
| 8177 | + "/devicemanagement/monitoring/alertrecords": "", |
| 8178 | + "/devicemanagement/monitoring/alertrecords/{id}": "", |
| 8179 | + "/devicemanagement/monitoring/alertrecords/getportalnotifications": "", |
8096 | 8180 | "/devicemanagement/virtualendpoint/geteffectivepermissions": "", |
8097 | 8181 | "/me/cloudpcs": "", |
8098 | 8182 | "/me/cloudpcs/{id}/getcloudpclaunchinfo": "", |
|
8114 | 8198 | "POST" |
8115 | 8199 | ], |
8116 | 8200 | "paths": { |
| 8201 | + "/devicemanagement/monitoring/alertrecords/{id}/setportalnotificationassent": "least=DelegatedWork", |
8117 | 8202 | "/devicemanagement/virtualendpoint/onpremisesconnections": "least=DelegatedWork", |
8118 | 8203 | "/devicemanagement/virtualendpoint/onpremisesconnections/{id}/runhealthchecks": "least=DelegatedWork", |
8119 | 8204 | "/me/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork", |
@@ -39752,12 +39837,12 @@ |
39752 | 39837 | "POST" |
39753 | 39838 | ], |
39754 | 39839 | "paths": { |
39755 | | - "/serviceprincipals/{id}/synchronization/jobs/{id}/bulkupload": "least=DelegatedWork,Application" |
| 39840 | + "/serviceprincipals/{id}/synchronization/jobs/{id}/bulkupload": "least=DelegatedWork" |
39756 | 39841 | } |
39757 | 39842 | } |
39758 | 39843 | ], |
39759 | 39844 | "ownerInfo": { |
39760 | | - "ownerSecurityGroup": "ProvisioningFeedback" |
| 39845 | + "ownerSecurityGroup": "syncfabricadmins" |
39761 | 39846 | } |
39762 | 39847 | }, |
39763 | 39848 | "Tasks.Read": { |
|
0 commit comments