Skip to content

Commit f6a1488

Browse files
authored
Weekly Permissions sync 2025-09-28 (#1285)
1 parent d38e063 commit f6a1488

File tree

2 files changed

+174
-97
lines changed

2 files changed

+174
-97
lines changed

permissions/new/permissions.json

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39087,7 +39087,11 @@
3908739087
],
3908839088
"paths": {
3908939089
"/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application",
39090-
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application"
39090+
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application",
39091+
"/identity/riskPrevention/webApplicationFirewallProviders": "least=DelegatedWork,Application",
39092+
"/identity/riskPrevention/webApplicationFirewallProviders/{id}": "least=DelegatedWork,Application",
39093+
"/identity/riskPrevention/webApplicationFirewallVerifications": "least=DelegatedWork,Application",
39094+
"/identity/riskPrevention/webApplicationFirewallVerifications/{id}": "least=DelegatedWork,Application"
3909139095
}
3909239096
},
3909339097
{
@@ -39136,7 +39140,8 @@
3913639140
"POST"
3913739141
],
3913839142
"paths": {
39139-
"/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application"
39143+
"/identity/riskPrevention/fraudProtectionProviders": "least=DelegatedWork,Application",
39144+
"/identity/riskPrevention/webApplicationFirewallProviders": "least=DelegatedWork,Application"
3914039145
}
3914139146
},
3914239147
{
@@ -39150,7 +39155,33 @@
3915039155
"PATCH"
3915139156
],
3915239157
"paths": {
39153-
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application"
39158+
"/identity/riskPrevention/fraudProtectionProviders/{id}": "least=DelegatedWork,Application",
39159+
"/identity/riskPrevention/webApplicationFirewallProviders/{id}": "least=DelegatedWork,Application"
39160+
}
39161+
},
39162+
{
39163+
"schemeKeys": [
39164+
"DelegatedWork",
39165+
"Application"
39166+
],
39167+
"methods": [
39168+
"POST"
39169+
],
39170+
"paths": {
39171+
"/identity/riskPrevention/webApplicationFirewallProviders/{id}/verify": "least=DelegatedWork,Application"
39172+
}
39173+
},
39174+
{
39175+
"schemeKeys": [
39176+
"DelegatedWork",
39177+
"Application"
39178+
],
39179+
"methods": [
39180+
"DELETE",
39181+
"GET"
39182+
],
39183+
"paths": {
39184+
"/identity/riskPrevention/webApplicationFirewallVerifications/{id}": "least=DelegatedWork,Application"
3915439185
}
3915539186
}
3915639187
],
@@ -42175,6 +42206,19 @@
4217542206
}
4217642207
},
4217742208
"pathSets": [
42209+
{
42210+
"schemeKeys": [
42211+
"DelegatedWork",
42212+
"Application"
42213+
],
42214+
"methods": [
42215+
"POST"
42216+
],
42217+
"paths": {
42218+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks": "least=DelegatedWork,Application",
42219+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks/{id}/cancel": "least=DelegatedWork,Application"
42220+
}
42221+
},
4217842222
{
4217942223
"schemeKeys": [
4218042224
"DelegatedWork",
@@ -42222,6 +42266,11 @@
4222242266
],
4222342267
"paths": {
4222442268
"/solutions/sharepoint/migrations/crossOrganizationGroupMappings(sourceGroupObjectId={sourceGroupObjectId})": "least=DelegatedWork,Application",
42269+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks": "least=DelegatedWork,Application",
42270+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks/{id}": "least=DelegatedWork,Application",
42271+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks/getMigrationTaskBySourceMailNickname(sourcemailnickname={sourcemailnickname},targethosturl={targethosturl})": "least=DelegatedWork,Application",
42272+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks/getMigrationTaskBySourceSiteUrl(sourcesiteurl={sourcesiteurl},targethosturl={targethosturl})": "least=DelegatedWork,Application",
42273+
"/solutions/sharepoint/migrations/crossOrganizationmigrationtasks/getMigrationTaskBySourceUserPrincipalName(sourceprincipalname={sourceprincipalname},targethosturl={targethosturl})": "least=DelegatedWork,Application",
4222542274
"/solutions/sharepoint/migrations/crossOrganizationUserMappings(sourceUserPrincipalName={sourceUserPrincipalName})": "least=DelegatedWork,Application"
4222642275
}
4222742276
}

permissions/new/provisioningInfo.json

Lines changed: 122 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"isEnabled": true,
154154
"resourceAppId": "00000003-0000-0000-c000-000000000000"
155155
}
156-
],
156+
],
157157
"AgentIdentityBlueprint.CreateAsManager": [
158158
{
159159
"id": "ecf9c9c0-b7d6-48c0-8ad6-7b00493a2efb",
@@ -2942,6 +2942,16 @@
29422942
"resourceAppId": ""
29432943
}
29442944
],
2945+
"CloudPCWebhook.ReadWrite.All": [
2946+
{
2947+
"id": "",
2948+
"scheme": "DelegatedWork",
2949+
"environment": "public",
2950+
"isHidden": true,
2951+
"isEnabled": true,
2952+
"resourceAppId": "0af06dc6-e4b5-4f28-818e-e78e62d137a5"
2953+
}
2954+
],
29452955
"Community.Read.All": [
29462956
{
29472957
"id": "12ae2e92-14b5-47b2-babb-4e890bbedc0a",
@@ -3190,7 +3200,7 @@
31903200
"resourceAppId": ""
31913201
}
31923202
],
3193-
"Contracts.Read.All": [
3203+
"Contracts.Read.All": [
31943204
{
31953205
"id": "",
31963206
"scheme": "DelegatedWork",
@@ -10859,94 +10869,94 @@
1085910869
],
1086010870
"ResourcePolicyAssignment.Read.All": [
1086110871
{
10862-
"id":"",
10863-
"scheme": "DelegatedWork",
10864-
"environment": "",
10865-
"isHidden": true,
10866-
"isEnabled": true,
10867-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10868-
},
10869-
{
10870-
"id":"",
10871-
"scheme": "Application",
10872-
"environment": "public",
10873-
"isHidden": true,
10874-
"isEnabled": true,
10875-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10876-
}
10877-
],
10878-
"ResourcePolicyAssignment.ReadWrite.All": [
10879-
{
10880-
"id":"",
10881-
"scheme": "DelegatedWork",
10882-
"environment": "",
10883-
"isHidden": true,
10884-
"isEnabled": true,
10885-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10886-
},
10887-
{
10888-
"id":"",
10889-
"scheme": "Application",
10890-
"environment": "public",
10891-
"isHidden": true,
10892-
"isEnabled": true,
10893-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10894-
}
10895-
],
10896-
"ResourcePolicyDefinition.Read.All": [
10897-
{
10898-
"id":"",
10899-
"scheme": "DelegatedWork",
10900-
"environment": "",
10901-
"isHidden": true,
10902-
"isEnabled": true,
10903-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10904-
},
10905-
{
10906-
"id":"",
10907-
"scheme": "Application",
10908-
"environment": "public",
10909-
"isHidden": true,
10910-
"isEnabled": true,
10911-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10912-
}
10913-
],
10914-
"ResourcePolicyDefinition.ReadWrite.All": [
10915-
{
10916-
"id":"",
10917-
"scheme": "DelegatedWork",
10918-
"environment": "",
10919-
"isHidden": true,
10920-
"isEnabled": true,
10921-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10922-
},
10923-
{
10924-
"id":"",
10925-
"scheme": "Application",
10926-
"environment": "public",
10927-
"isHidden": true,
10928-
"isEnabled": true,
10929-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10930-
}
10931-
],
10932-
"ResourcePolicyEvaluation.Read.All": [
10933-
{
10934-
"id":"",
10935-
"scheme": "DelegatedWork",
10936-
"environment": "",
10937-
"isHidden": true,
10938-
"isEnabled": true,
10939-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10940-
},
10941-
{
10942-
"id":"",
10943-
"scheme": "Application",
10944-
"environment": "public",
10945-
"isHidden": true,
10946-
"isEnabled": true,
10947-
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10948-
}
10949-
],
10872+
"id": "",
10873+
"scheme": "DelegatedWork",
10874+
"environment": "",
10875+
"isHidden": true,
10876+
"isEnabled": true,
10877+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10878+
},
10879+
{
10880+
"id": "",
10881+
"scheme": "Application",
10882+
"environment": "public",
10883+
"isHidden": true,
10884+
"isEnabled": true,
10885+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10886+
}
10887+
],
10888+
"ResourcePolicyAssignment.ReadWrite.All": [
10889+
{
10890+
"id": "",
10891+
"scheme": "DelegatedWork",
10892+
"environment": "",
10893+
"isHidden": true,
10894+
"isEnabled": true,
10895+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10896+
},
10897+
{
10898+
"id": "",
10899+
"scheme": "Application",
10900+
"environment": "public",
10901+
"isHidden": true,
10902+
"isEnabled": true,
10903+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10904+
}
10905+
],
10906+
"ResourcePolicyDefinition.Read.All": [
10907+
{
10908+
"id": "",
10909+
"scheme": "DelegatedWork",
10910+
"environment": "",
10911+
"isHidden": true,
10912+
"isEnabled": true,
10913+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10914+
},
10915+
{
10916+
"id": "",
10917+
"scheme": "Application",
10918+
"environment": "public",
10919+
"isHidden": true,
10920+
"isEnabled": true,
10921+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10922+
}
10923+
],
10924+
"ResourcePolicyDefinition.ReadWrite.All": [
10925+
{
10926+
"id": "",
10927+
"scheme": "DelegatedWork",
10928+
"environment": "",
10929+
"isHidden": true,
10930+
"isEnabled": true,
10931+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10932+
},
10933+
{
10934+
"id": "",
10935+
"scheme": "Application",
10936+
"environment": "public",
10937+
"isHidden": true,
10938+
"isEnabled": true,
10939+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10940+
}
10941+
],
10942+
"ResourcePolicyEvaluation.Read.All": [
10943+
{
10944+
"id": "",
10945+
"scheme": "DelegatedWork",
10946+
"environment": "",
10947+
"isHidden": true,
10948+
"isEnabled": true,
10949+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10950+
},
10951+
{
10952+
"id": "",
10953+
"scheme": "Application",
10954+
"environment": "public",
10955+
"isHidden": true,
10956+
"isEnabled": true,
10957+
"resourceAppId": "00000003-0000-0000-c000-000000000000"
10958+
}
10959+
],
1095010960
"ResourceSpecificPermissionGrant.ReadForChat": [
1095110961
{
1095210962
"id": "cb530fca-534b-4e72-aa74-bca7e8bbd06f",
@@ -11865,7 +11875,7 @@
1186511875
"scheme": "DelegatedWork",
1186611876
"environment": "public",
1186711877
"isHidden": true,
11868-
"isEnabled": true,
11878+
"isEnabled": true,
1186911879
"resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92"
1187011880
},
1187111881
{
@@ -12594,7 +12604,7 @@
1259412604
"isEnabled": true,
1259512605
"resourceAppId": "00000003-0000-0000-c000-000000000000"
1259612606
}
12597-
],
12607+
],
1259812608
"AgentIdentity.Read.All": [
1259912609
{
1260012610
"id": "",
@@ -15513,6 +15523,24 @@
1551315523
"resourceAppId": "2313b47f-a76d-4513-be58-500e42ce8d11"
1551415524
}
1551515525
],
15526+
"AgentIdUser.ReadWrite.All": [
15527+
{
15528+
"id": "c3da4fc2-a3f7-fb10-b270-15dd66d000b6",
15529+
"scheme": "DelegatedWork",
15530+
"environment": "public",
15531+
"isHidden": true,
15532+
"isEnabled": true,
15533+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
15534+
},
15535+
{
15536+
"id": "d0ca41aa-9212-8ec6-8bee-d30600b82eda",
15537+
"scheme": "Application",
15538+
"environment": "public",
15539+
"isHidden": true,
15540+
"isEnabled": true,
15541+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
15542+
}
15543+
],
1551615544
"AgentIdUser.ReadWrite.IdentityParentedBy": [
1551715545
{
1551815546
"id": "a1943f6a-e709-4b6c-baf0-25f7912a03bf",
@@ -15643,7 +15671,7 @@
1564315671
"resourceAppId": ""
1564415672
}
1564515673
],
15646-
"UserAuthMethod-Email.Read": [
15674+
"UserAuthMethod-Email.Read": [
1564715675
{
1564815676
"id": "",
1564915677
"scheme": "DelegatedWork",
@@ -17068,4 +17096,4 @@
1706817096
}
1706917097
]
1707017098
}
17071-
}
17099+
}

0 commit comments

Comments
 (0)