Skip to content

Commit b6766ed

Browse files
committed
Weekly Permissions sync 2026-05-19
1 parent 3b04703 commit b6766ed

2 files changed

Lines changed: 238 additions & 8 deletions

File tree

permissions/new/permissions.json

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24706,6 +24706,7 @@
2470624706
"paths": {
2470724707
"/drives/{id}/items/{id}/follow": "least=DelegatedWork",
2470824708
"/drives/{id}/items/{id}/preview": "least=DelegatedWork",
24709+
"/drives/{id}/querycortexitemsnippetsinbatch": "least=DelegatedWork",
2470924710
"/groups/{id}/drive/items/{id}/follow": "least=DelegatedWork",
2471024711
"/groups/{id}/drive/items/{id}/preview": "least=DelegatedWork",
2471124712
"/me/drive/items/{id}/follow": "least=DelegatedWork",
@@ -25054,6 +25055,7 @@
2505425055
"/drives/{id}/items/{id}/extractsensitivitylabels": "least=DelegatedWork,Application",
2505525056
"/drives/{id}/items/{id}/follow": "least=Application",
2505625057
"/drives/{id}/items/{id}/preview": "least=Application",
25058+
"/drives/{id}/querycortexitemsnippetsinbatch": "least=Application",
2505725059
"/drives/{id}/root:/{id}/extractsensitivitylabels": "",
2505825060
"/groups/{id}/drive/items/{id}/extractsensitivitylabels": "least=DelegatedWork,Application",
2505925061
"/groups/{id}/drive/items/{id}/follow": "least=Application",
@@ -25208,6 +25210,17 @@
2520825210
}
2520925211
},
2521025212
"pathSets": [
25213+
{
25214+
"schemeKeys": [
25215+
"DelegatedWork"
25216+
],
25217+
"methods": [
25218+
"POST"
25219+
],
25220+
"paths": {
25221+
"/drives/{id}/querycortexitemsnippetsinbatch": ""
25222+
}
25223+
},
2521125224
{
2521225225
"schemeKeys": [
2521325226
"DelegatedPersonal"
@@ -27116,6 +27129,7 @@
2711627129
"/drives/{id}/items/{id}/follow": "",
2711727130
"/drives/{id}/items/{id}/permissions/{id}/revokegrants": "least=Application",
2711827131
"/drives/{id}/items/{id}/preview": "",
27132+
"/drives/{id}/querycortexitemsnippetsinbatch": "",
2711927133
"/drives/{id}/root:/{id}/assignsensitivitylabel": "least=DelegatedWork,Application",
2712027134
"/drives/{id}/root:/{id}/extractsensitivitylabels": "least=DelegatedWork,Application",
2712127135
"/groups/{id}/drive/items/{id}/assignsensitivitylabel": "least=DelegatedWork,Application",
@@ -29619,6 +29633,152 @@
2961929633
"ownerSecurityGroup": "ihxhealth"
2962029634
}
2962129635
},
29636+
"IdentityNotifications.Read.All": {
29637+
"authorizationType": "oAuth2",
29638+
"schemes": {
29639+
"DelegatedWork": {
29640+
"adminDisplayName": "Read identity notification settings and templates",
29641+
"adminDescription": "Allows the app to read identity notification settings, email templates, and prerequisites on behalf of the signed-in user.",
29642+
"userDisplayName": "Read identity notification settings and templates",
29643+
"userDescription": "Allows the app to read identity notification settings and email templates that you have access to.",
29644+
"requiresAdminConsent": true,
29645+
"privilegeLevel": 3
29646+
},
29647+
"Application": {
29648+
"adminDisplayName": "Read all identity notification settings and templates",
29649+
"adminDescription": "Allows the app to read identity notification settings, email templates, and prerequisites without a signed-in user.",
29650+
"requiresAdminConsent": true,
29651+
"privilegeLevel": 4
29652+
}
29653+
},
29654+
"pathSets": [
29655+
{
29656+
"schemeKeys": [
29657+
"DelegatedWork",
29658+
"Application"
29659+
],
29660+
"methods": [
29661+
"GET"
29662+
],
29663+
"paths": {
29664+
"/admin/identityAdminNotifications": "least=DelegatedWork,Application",
29665+
"/admin/identityAdminNotifications/emailTemplates": "least=DelegatedWork,Application",
29666+
"/admin/identityAdminNotifications/emailTemplates/{id}": "least=DelegatedWork,Application",
29667+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations": "least=DelegatedWork,Application",
29668+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
29669+
}
29670+
},
29671+
{
29672+
"schemeKeys": [
29673+
"DelegatedWork",
29674+
"Application"
29675+
],
29676+
"methods": [
29677+
"POST"
29678+
],
29679+
"paths": {
29680+
"/admin/identityAdminNotifications/emailTemplates/{id}/preview": "least=DelegatedWork,Application",
29681+
"/admin/identityAdminNotifications/getPrerequisites": "least=DelegatedWork,Application"
29682+
}
29683+
}
29684+
],
29685+
"ownerInfo": {
29686+
"ownerSecurityGroup": "iganotificationdev"
29687+
}
29688+
},
29689+
"IdentityNotifications.ReadWrite.All": {
29690+
"authorizationType": "oAuth2",
29691+
"schemes": {
29692+
"DelegatedWork": {
29693+
"adminDisplayName": "Read and write identity notification settings and templates",
29694+
"adminDescription": "Allows the app to read and write identity notification settings, customize email templates, and send test emails on behalf of the signed-in user.",
29695+
"userDisplayName": "Read and write identity notification settings and templates",
29696+
"userDescription": "Allows the app to read and write identity notification settings and customize email templates that you have access to.",
29697+
"requiresAdminConsent": true,
29698+
"privilegeLevel": 3
29699+
},
29700+
"Application": {
29701+
"adminDisplayName": "Read and write all identity notification settings and templates",
29702+
"adminDescription": "Allows the app to read and write identity notification settings, customize email templates, and send test emails without a signed-in user.",
29703+
"requiresAdminConsent": true,
29704+
"privilegeLevel": 4
29705+
}
29706+
},
29707+
"pathSets": [
29708+
{
29709+
"schemeKeys": [
29710+
"DelegatedWork",
29711+
"Application"
29712+
],
29713+
"methods": [
29714+
"GET"
29715+
],
29716+
"paths": {
29717+
"/admin/identityAdminNotifications": "",
29718+
"/admin/identityAdminNotifications/emailTemplates": "",
29719+
"/admin/identityAdminNotifications/emailTemplates/{id}": "",
29720+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations": "",
29721+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": ""
29722+
}
29723+
},
29724+
{
29725+
"schemeKeys": [
29726+
"DelegatedWork",
29727+
"Application"
29728+
],
29729+
"methods": [
29730+
"PATCH"
29731+
],
29732+
"paths": {
29733+
"/admin/identityAdminNotifications": "least=DelegatedWork,Application",
29734+
"/admin/identityAdminNotifications/emailTemplates/{id}": "least=DelegatedWork,Application"
29735+
}
29736+
},
29737+
{
29738+
"schemeKeys": [
29739+
"DelegatedWork",
29740+
"Application"
29741+
],
29742+
"methods": [
29743+
"PUT"
29744+
],
29745+
"paths": {
29746+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
29747+
}
29748+
},
29749+
{
29750+
"schemeKeys": [
29751+
"DelegatedWork",
29752+
"Application"
29753+
],
29754+
"methods": [
29755+
"DELETE"
29756+
],
29757+
"paths": {
29758+
"/admin/identityAdminNotifications/emailTemplates/{id}/localizations/{id}": "least=DelegatedWork,Application"
29759+
}
29760+
},
29761+
{
29762+
"schemeKeys": [
29763+
"DelegatedWork",
29764+
"Application"
29765+
],
29766+
"methods": [
29767+
"POST"
29768+
],
29769+
"paths": {
29770+
"/admin/identityAdminNotifications/emailTemplates/{id}/preview": "",
29771+
"/admin/identityAdminNotifications/emailTemplates/{id}/resetToDefault": "least=DelegatedWork,Application",
29772+
"/admin/identityAdminNotifications/emailTemplates/{id}/sendTest": "least=DelegatedWork,Application",
29773+
"/admin/identityAdminNotifications/getPrerequisites": "",
29774+
"/admin/identityAdminNotifications/sendTestEmail": "least=DelegatedWork,Application"
29775+
}
29776+
}
29777+
],
29778+
"ownerInfo": {
29779+
"ownerSecurityGroup": "iganotificationdev"
29780+
}
29781+
},
2962229782
"IdentityProvider.Read.All": {
2962329783
"authorizationType": "oAuth2",
2962429784
"schemes": {
@@ -48206,6 +48366,7 @@
4820648366
"/drives/{id}/items/{id}/extractsensitivitylabels": "",
4820748367
"/drives/{id}/items/{id}/follow": "",
4820848368
"/drives/{id}/items/{id}/preview": "",
48369+
"/drives/{id}/querycortexitemsnippetsinbatch": "",
4820948370
"/drives/{id}/root:/{id}/extractsensitivitylabels": "",
4821048371
"/groups/{id}/drive/items/{id}/extractsensitivitylabels": "",
4821148372
"/groups/{id}/drive/items/{id}/follow": "",
@@ -48629,6 +48790,7 @@
4862948790
"/drives/{id}/items/{id}/versions/{id}/restoreversion": "",
4863048791
"/drives/{id}/items/{id}/versions/{id}/streams/{id}": "",
4863148792
"/drives/{id}/items/{id}/versions/{id}/streams/{id}/appendContent": "",
48793+
"/drives/{id}/querycortexitemsnippetsinbatch": "",
4863248794
"/drives/{id}/root:/{id}/assignsensitivitylabel": "",
4863348795
"/drives/{id}/root:/{id}/extractsensitivitylabels": "",
4863448796
"/groups/{id}/drive/items/{id}/assignsensitivitylabel": "",

permissions/new/provisioningInfo.json

Lines changed: 76 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7626,33 +7626,37 @@
76267626
],
76277627
"IdentityNotifications.Read.All": [
76287628
{
7629+
"id": "59cd3e28-aa9c-4f72-a734-1b592eb06853",
76297630
"scheme": "DelegatedWork",
76307631
"environment": "PPE;public",
7631-
"isHidden": true,
7632-
"isEnabled": false,
7632+
"isHidden": false,
7633+
"isEnabled": true,
76337634
"resourceAppId": "00000002-0000-0000-c000-000000000000"
76347635
},
76357636
{
7637+
"id": "52ced3dd-dbb6-41a0-9ce5-61a056be97b8",
76367638
"scheme": "Application",
76377639
"environment": "PPE;public",
7638-
"isHidden": true,
7639-
"isEnabled": false,
7640+
"isHidden": false,
7641+
"isEnabled": true,
76407642
"resourceAppId": "00000002-0000-0000-c000-000000000000"
76417643
}
76427644
],
76437645
"IdentityNotifications.ReadWrite.All": [
76447646
{
7647+
"id": "c9c9fdea-4ecc-4d82-a2ea-3feff3489275",
76457648
"scheme": "DelegatedWork",
76467649
"environment": "PPE;public",
7647-
"isHidden": true,
7648-
"isEnabled": false,
7650+
"isHidden": false,
7651+
"isEnabled": true,
76497652
"resourceAppId": "00000002-0000-0000-c000-000000000000"
76507653
},
76517654
{
7655+
"id": "d9fe7b9f-cb27-4289-9cb4-54debd9d3c25",
76527656
"scheme": "Application",
76537657
"environment": "PPE;public",
7654-
"isHidden": true,
7655-
"isEnabled": false,
7658+
"isHidden": false,
7659+
"isEnabled": true,
76567660
"resourceAppId": "00000002-0000-0000-c000-000000000000"
76577661
}
76587662
],
@@ -7764,6 +7768,52 @@
77647768
"resourceAppId": "a57aca87-cbc0-4f3c-8b9e-dc095fdc8978"
77657769
}
77667770
],
7771+
"IdentityVerification.Read": [
7772+
{
7773+
"id": "",
7774+
"scheme": "DelegatedWork",
7775+
"environment": "",
7776+
"isHidden": true,
7777+
"isEnabled": false,
7778+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
7779+
}
7780+
],
7781+
"IdentityVerification.Read.All": [
7782+
{
7783+
"id": "",
7784+
"scheme": "DelegatedWork",
7785+
"environment": "",
7786+
"isHidden": true,
7787+
"isEnabled": false,
7788+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
7789+
},
7790+
{
7791+
"id": "",
7792+
"scheme": "Application",
7793+
"environment": "",
7794+
"isHidden": true,
7795+
"isEnabled": false,
7796+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
7797+
}
7798+
],
7799+
"IdentityVerification.ReadWrite.All": [
7800+
{
7801+
"id": "",
7802+
"scheme": "DelegatedWork",
7803+
"environment": "",
7804+
"isHidden": true,
7805+
"isEnabled": false,
7806+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
7807+
},
7808+
{
7809+
"id": "",
7810+
"scheme": "Application",
7811+
"environment": "",
7812+
"isHidden": true,
7813+
"isEnabled": false,
7814+
"resourceAppId": "ea890292-c8c8-4433-b5ea-b09d0668e1a6"
7815+
}
7816+
],
77677817
"IdentityRiskEvent.Read.All": [
77687818
{
77697819
"id": "8f6a01e7-0391-4ee5-aa22-a3af122cef27",
@@ -8560,6 +8610,24 @@
85608610
"resourceAppId": ""
85618611
}
85628612
],
8613+
"MS-BrandingMigration.ReadWrite.All": [
8614+
{
8615+
"id": "",
8616+
"scheme": "Application",
8617+
"environment": "",
8618+
"isHidden": true,
8619+
"isEnabled": true,
8620+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
8621+
},
8622+
{
8623+
"id": "",
8624+
"scheme": "DelegatedWork",
8625+
"environment": "",
8626+
"isHidden": true,
8627+
"isEnabled": true,
8628+
"resourceAppId": "00000002-0000-0000-c000-000000000000"
8629+
}
8630+
],
85638631
"MS-NotificationDeliveryStatus.Read": [
85648632
{
85658633
"id": "27be99ba-126e-4761-b2f5-c57f031ed705",

0 commit comments

Comments
 (0)