Skip to content

Commit 12b5dde

Browse files
authored
Weekly Permissions sync 2024-10-21 (#833)
1 parent 9ae3bdd commit 12b5dde

File tree

2 files changed

+126
-12
lines changed

2 files changed

+126
-12
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9256,6 +9256,7 @@
92569256
"resourceAppId": ""
92579257
}
92589258
],
9259+
92599260
"PublicKeyInfrastructure.Read.All": [
92609261
{
92619262
"id": "04a4b2a2-3f26-4fc8-87ee-9c46e68db175",
@@ -9274,6 +9275,34 @@
92749275
"resourceAppId": "08b89459-9692-4538-a815-43d03cc127eb"
92759276
}
92769277
],
9278+
"ProvisioningLog.Read.All": [
9279+
{
9280+
"scheme": "DelegatedWork",
9281+
"id": "",
9282+
"environment": "public",
9283+
"isHidden": true,
9284+
"isEnabled": true,
9285+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
9286+
},
9287+
{
9288+
"scheme": "Application",
9289+
"id": "",
9290+
"environment": "public",
9291+
"isHidden": true,
9292+
"isEnabled": true,
9293+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
9294+
}
9295+
],
9296+
"ProvisioningLog.Read.OwnedBy": [
9297+
{
9298+
"id": "",
9299+
"scheme": "Application",
9300+
"environment": "public",
9301+
"isHidden": true,
9302+
"isEnabled": true,
9303+
"resourceAppId": "00000000-0000-0000-0000-000000000000"
9304+
}
9305+
],
92779306
"PublicKeyInfrastructure.ReadWrite.All": [
92789307
{
92799308
"id": "3591b7f3-dba8-4bad-b667-7a64bd4f2b83",

permissions/new/permissions.json

Lines changed: 97 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@
21942194
"paths": {
21952195
"/auditlogs/directoryaudits": "least=DelegatedWork,Application",
21962196
"/auditlogs/directoryaudits/{id}": "least=DelegatedWork,Application",
2197-
"/auditlogs/provisioning": "least=DelegatedWork,Application",
2197+
"/auditlogs/provisioning": "",
21982198
"/auditlogs/signins": "least=DelegatedWork,Application",
21992199
"/auditlogs/signins/{id}": "least=DelegatedWork,Application",
22002200
"/auditlogs/signups": "least=DelegatedWork,Application",
@@ -2728,6 +2728,34 @@
27282728
"/backupRestore/sharePointProtectionPolicies/{policyId}/siteProtectionUnits": "least=DelegatedWork,Application"
27292729
}
27302730
},
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+
},
27312759
{
27322760
"schemeKeys": [
27332761
"DelegatedWork",
@@ -2862,6 +2890,52 @@
28622890
"/backupRestore/sharePointProtectionPolicies/{policyId}": "least=DelegatedWork,Application"
28632891
}
28642892
},
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+
},
28652939
{
28662940
"schemeKeys": [
28672941
"DelegatedWork",
@@ -7797,11 +7871,6 @@
77977871
],
77987872
"paths": {
77997873
"/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",
78057874
"/devicemanagement/virtualendpoint/auditevents": "least=DelegatedWork,Application",
78067875
"/devicemanagement/virtualendpoint/auditevents/{id}": "least=DelegatedWork,Application",
78077876
"/devicemanagement/virtualendpoint/auditevents/getauditactivitytypes": "least=DelegatedWork,Application",
@@ -7855,6 +7924,11 @@
78557924
"GET"
78567925
],
78577926
"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",
78587932
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getsupportedcloudpcremoteactions": "least=DelegatedWork",
78597933
"/devicemanagement/virtualendpoint/crosscloudgovernmentorganizationmapping": "least=DelegatedWork",
78607934
"/devicemanagement/virtualendpoint/geteffectivepermissions": "least=DelegatedWork",
@@ -7932,9 +8006,6 @@
79328006
"paths": {
79338007
"/devicemanagement/manageddevices/{id}/getcloudpcremoteactionresults": "least=DelegatedWork,Application",
79348008
"/devicemanagement/manageddevices/{id}/getcloudpcreviewstatus": "",
7935-
"/devicemanagement/monitoring/alertrecords": "",
7936-
"/devicemanagement/monitoring/alertrecords/{id}": "",
7937-
"/devicemanagement/monitoring/alertrecords/getportalnotifications": "",
79388009
"/devicemanagement/virtualendpoint/auditevents": "",
79398010
"/devicemanagement/virtualendpoint/auditevents/{id}": "",
79408011
"/devicemanagement/virtualendpoint/auditevents/getauditactivitytypes": "",
@@ -7978,7 +8049,6 @@
79788049
"/devicemanagement/manageddevices/bulkreprovisioncloudpc": "least=DelegatedWork,Application",
79798050
"/devicemanagement/manageddevices/bulkrestorecloudpc": "least=DelegatedWork,Application",
79808051
"/devicemanagement/manageddevices/bulksetcloudpcreviewstatus": "least=DelegatedWork,Application",
7981-
"/devicemanagement/monitoring/alertrecords/{id}/setportalnotificationassent": "least=DelegatedWork,Application",
79828052
"/devicemanagement/virtualendpoint/cloudpcs/{id}/changeuseraccounttype": "least=DelegatedWork,Application",
79838053
"/devicemanagement/virtualendpoint/cloudpcs/{id}/endgraceperiod": "least=DelegatedWork,Application",
79848054
"/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application",
@@ -8021,7 +8091,6 @@
80218091
"POST"
80228092
],
80238093
"paths": {
8024-
"/devicemanagement/monitoring/alertrules": "least=DelegatedWork,Application",
80258094
"/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application",
80268095
"/devicemanagement/virtualendpoint/externalpartnersettings": "least=DelegatedWork,Application",
80278096
"/devicemanagement/virtualendpoint/provisioningpolicies": "least=DelegatedWork,Application",
@@ -8040,7 +8109,6 @@
80408109
"PATCH"
80418110
],
80428111
"paths": {
8043-
"/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork,Application",
80448112
"/devicemanagement/virtualendpoint/externalpartnersettings/{id}": "least=DelegatedWork,Application",
80458113
"/devicemanagement/virtualendpoint/organizationsettings": "least=DelegatedWork,Application"
80468114
}
@@ -8066,9 +8134,22 @@
80668134
"POST"
80678135
],
80688136
"paths": {
8137+
"/devicemanagement/monitoring/alertrules": "least=DelegatedWork",
80698138
"/devicemanagement/virtualendpoint/crosscloudgovernmentorganizationmapping": "least=DelegatedWork"
80708139
}
80718140
},
8141+
{
8142+
"schemeKeys": [
8143+
"DelegatedWork"
8144+
],
8145+
"methods": [
8146+
"GET",
8147+
"PATCH"
8148+
],
8149+
"paths": {
8150+
"/devicemanagement/monitoring/alertrules/{id}": "least=DelegatedWork"
8151+
}
8152+
},
80728153
{
80738154
"schemeKeys": [
80748155
"DelegatedWork",
@@ -8093,6 +8174,9 @@
80938174
"GET"
80948175
],
80958176
"paths": {
8177+
"/devicemanagement/monitoring/alertrecords": "",
8178+
"/devicemanagement/monitoring/alertrecords/{id}": "",
8179+
"/devicemanagement/monitoring/alertrecords/getportalnotifications": "",
80968180
"/devicemanagement/virtualendpoint/geteffectivepermissions": "",
80978181
"/me/cloudpcs": "",
80988182
"/me/cloudpcs/{id}/getcloudpclaunchinfo": "",
@@ -8114,6 +8198,7 @@
81148198
"POST"
81158199
],
81168200
"paths": {
8201+
"/devicemanagement/monitoring/alertrecords/{id}/setportalnotificationassent": "least=DelegatedWork",
81178202
"/devicemanagement/virtualendpoint/onpremisesconnections": "least=DelegatedWork",
81188203
"/devicemanagement/virtualendpoint/onpremisesconnections/{id}/runhealthchecks": "least=DelegatedWork",
81198204
"/me/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork",

0 commit comments

Comments
 (0)