Skip to content

Commit 2c2dd07

Browse files
committed
Weekly Permissions sync 2026-03-21
1 parent f0e8c6b commit 2c2dd07

2 files changed

Lines changed: 315 additions & 23 deletions

File tree

permissions/new/permissions.json

Lines changed: 234 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9945,7 +9945,9 @@
99459945
],
99469946
"paths": {
99479947
"/teams/(team-id)/channels/{id}/messages/{id}": "least=Application",
9948-
"/teams/(team-id)/channels/{id}/messages/{id}/replies/{id}": "least=Application"
9948+
"/teams/(team-id)/channels/{id}/messages/{id}/replies/{id}": "least=Application",
9949+
"/teams/{id}/channels/{id}/messages/{id}": "least=Application",
9950+
"/teams/{id}/channels/{id}/messages/{id}/replies/{id}": "least=Application"
99499951
}
99509952
}
99519953
],
@@ -13675,7 +13677,7 @@
1367513677
"adminDisplayName": "Manage all delegated permission grants",
1367613678
"adminDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.",
1367713679
"requiresAdminConsent": true,
13678-
"privilegeLevel": 4
13680+
"privilegeLevel": 5
1367913681
}
1368013682
},
1368113683
"pathSets": [
@@ -13688,8 +13690,8 @@
1368813690
"GET"
1368913691
],
1369013692
"paths": {
13691-
"/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "least=Application",
13692-
"/serviceprincipals(appid={value})/oauth2permissiongrants": "least=Application",
13693+
"/serviceprincipals(appid={value})/inheritedoauth2permissiongrants": "",
13694+
"/serviceprincipals(appid={value})/oauth2permissiongrants": "",
1369313695
"/serviceprincipals/{id}/inheritedoauth2permissiongrants": "",
1369413696
"/serviceprincipals/{id}/oauth2permissiongrants": "",
1369513697
"/users/{id}/oauth2permissiongrants": ""
@@ -13717,7 +13719,7 @@
1371713719
"POST"
1371813720
],
1371913721
"paths": {
13720-
"/oauth2permissiongrants": "least=DelegatedWork,Application"
13722+
"/oauth2permissiongrants": ""
1372113723
}
1372213724
},
1372313725
{
@@ -13731,7 +13733,7 @@
1373113733
"PATCH"
1373213734
],
1373313735
"paths": {
13734-
"/oauth2permissiongrants/{id}": "least=DelegatedWork,Application"
13736+
"/oauth2permissiongrants/{id}": ""
1373513737
}
1373613738
},
1373713739
{
@@ -20742,6 +20744,10 @@
2074220744
"/compliance/ediscovery/cases/{id}/sourcecollections/{id}/noncustodialsources": "least=DelegatedWork,Application",
2074320745
"/compliance/ediscovery/cases/{id}/tags/{id}/childtags": "least=DelegatedWork,Application",
2074420746
"/compliance/ediscovery/cases/{id}/tags/ashierarchy": "least=DelegatedWork,Application",
20747+
"/security/cases/ediscoverycases/{id}/caseDatasources": "least=DelegatedWork,Application",
20748+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}": "least=DelegatedWork,Application",
20749+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}/locations": "least=DelegatedWork,Application",
20750+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}/locations/{id}": "least=DelegatedWork,Application",
2074520751
"/security/cases/ediscoverycases/{id}/custodians/{id}": "least=DelegatedWork,Application",
2074620752
"/security/cases/ediscoverycases/{id}/custodians/{id}/lastindexoperation": "least=DelegatedWork,Application",
2074720753
"/security/cases/ediscoverycases/{id}/noncustodialdatasources/{id}": "least=DelegatedWork,Application",
@@ -20882,6 +20888,7 @@
2088220888
"/compliance/ediscovery/cases/{id}/settings/resettodefault": "least=DelegatedWork,Application",
2088320889
"/compliance/ediscovery/cases/{id}/sourcecollections/{id}/estimatestatistics": "",
2088420890
"/compliance/ediscovery/cases/{id}/sourcecollections/{id}/purgedata": "least=DelegatedWork,Application",
20891+
"/security/cases/ediscoverycases/{id}/caseDatasources": "least=DelegatedWork,Application",
2088520892
"/security/cases/ediscoverycases/{id}/close": "",
2088620893
"/security/cases/ediscoverycases/{id}/custodians/{id}/activate": "",
2088720894
"/security/cases/ediscoverycases/{id}/custodians/{id}/applyhold": "",
@@ -20964,6 +20971,10 @@
2096420971
"/compliance/ediscovery/cases/{id}/sourcecollections/{id}/lastestimatestatisticsoperation": "",
2096520972
"/compliance/ediscovery/cases/{id}/tags/{id}/childtags": "",
2096620973
"/compliance/ediscovery/cases/{id}/tags/ashierarchy": "",
20974+
"/security/cases/ediscoverycases/{id}/caseDatasources": "",
20975+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}": "",
20976+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}/locations": "",
20977+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}/locations/{id}": "",
2096720978
"/security/cases/ediscoverycases/{id}/custodians/{id}": "",
2096820979
"/security/cases/ediscoverycases/{id}/custodians/{id}/lastindexoperation": "",
2096920980
"/security/cases/ediscoverycases/{id}/noncustodialdatasources/{id}": "",
@@ -20991,6 +21002,7 @@
2099121002
"DELETE"
2099221003
],
2099321004
"paths": {
21005+
"/security/cases/ediscoverycases/{id}/caseDatasources/{id}": "least=DelegatedWork,Application",
2099421006
"/security/cases/ediscoverycases/{id}/searches/{id}/custodiansources/{id}": "least=DelegatedWork,Application",
2099521007
"/security/cases/ediscoverycases/{id}/searches/{id}/noncustodialsources/{id}": "least=DelegatedWork,Application"
2099621008
}
@@ -26490,6 +26502,21 @@
2649026502
"/me/drive/items/{id}/permissions/{id}": ""
2649126503
}
2649226504
},
26505+
{
26506+
"schemeKeys": [
26507+
"DelegatedWork",
26508+
"Application"
26509+
],
26510+
"methods": [
26511+
"DELETE"
26512+
],
26513+
"paths": {
26514+
"/drives/{id}/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26515+
"/groups/{id}/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26516+
"/me/drive/items/{id}/retentionLabel": "least=DelegatedWork,Application",
26517+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": "least=DelegatedWork,Application"
26518+
}
26519+
},
2649326520
{
2649426521
"schemeKeys": [
2649526522
"DelegatedWork",
@@ -33563,6 +33590,7 @@
3356333590
"/networkaccess/discovery/discoveredApplicationSegments": "least=DelegatedWork,Application",
3356433591
"/networkaccess/logs/connections": "least=DelegatedWork,Application",
3356533592
"/networkaccess/logs/connections/{id}": "least=DelegatedWork,Application",
33593+
"/networkaccess/logs/generativeAIInsights": "least=DelegatedWork,Application",
3356633594
"/networkaccess/logs/remoteNetworks": "least=DelegatedWork,Application",
3356733595
"/networkaccess/logs/traffic": "least=DelegatedWork,Application",
3356833596
"/networkaccess/logs/traffic/{id}": "least=DelegatedWork,Application",
@@ -33751,6 +33779,7 @@
3375133779
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "",
3375233780
"/networkaccess/logs/connections": "",
3375333781
"/networkaccess/logs/connections/{id}": "",
33782+
"/networkaccess/logs/generativeAIInsights": "",
3375433783
"/networkaccess/logs/remoteNetworks": "",
3375533784
"/networkaccess/logs/traffic": "",
3375633785
"/networkaccess/logs/traffic/{id}": "",
@@ -42395,6 +42424,7 @@
4239542424
"/copilot/reports/getmicrosoft365copilotusageuserdetail(period={value})": "least=DelegatedWork,Application",
4239642425
"/copilot/reports/getmicrosoft365copilotusercountsummary(period={value})": "least=DelegatedWork,Application",
4239742426
"/copilot/reports/getmicrosoft365copilotusercounttrend(period={value})": "least=DelegatedWork,Application",
42427+
"/reports/azureADPremiumLicenseInsight": "least=DelegatedWork,Application",
4239842428
"/reports/credentialuserregistrationdetails": "least=DelegatedWork,Application",
4239942429
"/reports/getazureadapplicationsigninsummary(period={value})": "least=DelegatedWork,Application",
4240042430
"/reports/getbrowserdistributionusercounts(period={value})": "least=DelegatedWork,Application",
@@ -46126,7 +46156,31 @@
4612646156
"privilegeLevel": 2
4612746157
}
4612846158
},
46129-
"pathSets": [],
46159+
"pathSets": [
46160+
{
46161+
"schemeKeys": [
46162+
"DelegatedWork",
46163+
"DelegatedPersonal"
46164+
],
46165+
"methods": [
46166+
"GET"
46167+
],
46168+
"paths": {
46169+
"/me/notes": "least=DelegatedWork,DelegatedPersonal",
46170+
"/me/notes/{id}": "least=DelegatedWork,DelegatedPersonal",
46171+
"/me/notes/{id}/attachments": "least=DelegatedWork,DelegatedPersonal",
46172+
"/me/notes/{id}/attachments/{id}": "least=DelegatedWork,DelegatedPersonal",
46173+
"/me/notes/{id}/attachments/{id}/$value": "least=DelegatedWork,DelegatedPersonal",
46174+
"/me/notes/delta": "least=DelegatedWork,DelegatedPersonal",
46175+
"/users/{id}/notes": "least=DelegatedWork,DelegatedPersonal",
46176+
"/users/{id}/notes/{id}": "least=DelegatedWork,DelegatedPersonal",
46177+
"/users/{id}/notes/{id}/attachments": "least=DelegatedWork,DelegatedPersonal",
46178+
"/users/{id}/notes/{id}/attachments/{id}": "least=DelegatedWork,DelegatedPersonal",
46179+
"/users/{id}/notes/{id}/attachments/{id}/$value": "least=DelegatedWork,DelegatedPersonal",
46180+
"/users/{id}/notes/delta": "least=DelegatedWork,DelegatedPersonal"
46181+
}
46182+
}
46183+
],
4613046184
"ownerInfo": {
4613146185
"ownerSecurityGroup": "stickynotes"
4613246186
}
@@ -46141,7 +46195,24 @@
4614146195
"privilegeLevel": 4
4614246196
}
4614346197
},
46144-
"pathSets": [],
46198+
"pathSets": [
46199+
{
46200+
"schemeKeys": [
46201+
"Application"
46202+
],
46203+
"methods": [
46204+
"GET"
46205+
],
46206+
"paths": {
46207+
"/users/{id}/notes": "least=Application",
46208+
"/users/{id}/notes/{id}": "least=Application",
46209+
"/users/{id}/notes/{id}/attachments": "least=Application",
46210+
"/users/{id}/notes/{id}/attachments/{id}": "least=Application",
46211+
"/users/{id}/notes/{id}/attachments/{id}/$value": "least=Application",
46212+
"/users/{id}/notes/delta": "least=Application"
46213+
}
46214+
}
46215+
],
4614546216
"ownerInfo": {
4614646217
"ownerSecurityGroup": "stickynotes"
4614746218
}
@@ -46166,7 +46237,74 @@
4616646237
"privilegeLevel": 2
4616746238
}
4616846239
},
46169-
"pathSets": [],
46240+
"pathSets": [
46241+
{
46242+
"schemeKeys": [
46243+
"DelegatedWork",
46244+
"DelegatedPersonal"
46245+
],
46246+
"methods": [
46247+
"GET"
46248+
],
46249+
"paths": {
46250+
"/me/notes": "",
46251+
"/me/notes/{id}": "",
46252+
"/me/notes/{id}/attachments": "",
46253+
"/me/notes/{id}/attachments/{id}": "",
46254+
"/me/notes/{id}/attachments/{id}/$value": "",
46255+
"/me/notes/delta": "",
46256+
"/users/{id}/notes": "",
46257+
"/users/{id}/notes/{id}": "",
46258+
"/users/{id}/notes/{id}/attachments": "",
46259+
"/users/{id}/notes/{id}/attachments/{id}": "",
46260+
"/users/{id}/notes/{id}/attachments/{id}/$value": "",
46261+
"/users/{id}/notes/delta": ""
46262+
}
46263+
},
46264+
{
46265+
"schemeKeys": [
46266+
"DelegatedWork",
46267+
"DelegatedPersonal"
46268+
],
46269+
"methods": [
46270+
"POST"
46271+
],
46272+
"paths": {
46273+
"/me/notes": "least=DelegatedWork,DelegatedPersonal",
46274+
"/me/notes/{id}/attachments": "least=DelegatedWork,DelegatedPersonal",
46275+
"/users/{id}/notes": "least=DelegatedWork,DelegatedPersonal",
46276+
"/users/{id}/notes/{id}/attachments": "least=DelegatedWork,DelegatedPersonal"
46277+
}
46278+
},
46279+
{
46280+
"schemeKeys": [
46281+
"DelegatedWork",
46282+
"DelegatedPersonal"
46283+
],
46284+
"methods": [
46285+
"PATCH"
46286+
],
46287+
"paths": {
46288+
"/me/notes/{id}": "least=DelegatedWork,DelegatedPersonal",
46289+
"/users/{id}/notes/{id}": "least=DelegatedWork,DelegatedPersonal"
46290+
}
46291+
},
46292+
{
46293+
"schemeKeys": [
46294+
"DelegatedWork",
46295+
"DelegatedPersonal"
46296+
],
46297+
"methods": [
46298+
"DELETE"
46299+
],
46300+
"paths": {
46301+
"/me/notes/{id}": "least=DelegatedWork,DelegatedPersonal",
46302+
"/me/notes/{id}/attachments/{id}": "least=DelegatedWork,DelegatedPersonal",
46303+
"/users/{id}/notes/{id}": "least=DelegatedWork,DelegatedPersonal",
46304+
"/users/{id}/notes/{id}/attachments/{id}": "least=DelegatedWork,DelegatedPersonal"
46305+
}
46306+
}
46307+
],
4617046308
"ownerInfo": {
4617146309
"ownerSecurityGroup": "stickynotes"
4617246310
}
@@ -46181,7 +46319,59 @@
4618146319
"privilegeLevel": 4
4618246320
}
4618346321
},
46184-
"pathSets": [],
46322+
"pathSets": [
46323+
{
46324+
"schemeKeys": [
46325+
"Application"
46326+
],
46327+
"methods": [
46328+
"GET"
46329+
],
46330+
"paths": {
46331+
"/users/{id}/notes": "",
46332+
"/users/{id}/notes/{id}": "",
46333+
"/users/{id}/notes/{id}/attachments": "",
46334+
"/users/{id}/notes/{id}/attachments/{id}": "",
46335+
"/users/{id}/notes/{id}/attachments/{id}/$value": "",
46336+
"/users/{id}/notes/delta": ""
46337+
}
46338+
},
46339+
{
46340+
"schemeKeys": [
46341+
"Application"
46342+
],
46343+
"methods": [
46344+
"POST"
46345+
],
46346+
"paths": {
46347+
"/users/{id}/notes": "least=Application",
46348+
"/users/{id}/notes/{id}/attachments": "least=Application"
46349+
}
46350+
},
46351+
{
46352+
"schemeKeys": [
46353+
"Application"
46354+
],
46355+
"methods": [
46356+
"PATCH"
46357+
],
46358+
"paths": {
46359+
"/users/{id}/notes/{id}": "least=Application"
46360+
}
46361+
},
46362+
{
46363+
"schemeKeys": [
46364+
"Application"
46365+
],
46366+
"methods": [
46367+
"DELETE"
46368+
],
46369+
"paths": {
46370+
"/users/{id}/notes/{id}": "least=Application",
46371+
"/users/{id}/notes/{id}/attachments/{id}": "least=Application"
46372+
}
46373+
}
46374+
],
4618546375
"ownerInfo": {
4618646376
"ownerSecurityGroup": "stickynotes"
4618746377
}
@@ -46591,6 +46781,20 @@
4659146781
"paths": {
4659246782
"/sites/getOperationStatus(operationId='{id}')": ""
4659346783
}
46784+
},
46785+
{
46786+
"schemeKeys": [
46787+
"DelegatedWork"
46788+
],
46789+
"methods": [
46790+
"DELETE"
46791+
],
46792+
"paths": {
46793+
"/drives/{id}/items/{id}/retentionLabel": "",
46794+
"/groups/{id}/drive/items/{id}/retentionLabel": "",
46795+
"/me/drive/items/{id}/retentionLabel": "",
46796+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": ""
46797+
}
4659446798
}
4659546799
],
4659646800
"ownerInfo": {
@@ -47902,6 +48106,21 @@
4790248106
"/users/{user-id}/drive/root:/{item-path}/media/reactions": "least=DelegatedWork,DelegatedPersonal"
4790348107
}
4790448108
},
48109+
{
48110+
"schemeKeys": [
48111+
"DelegatedWork",
48112+
"Application"
48113+
],
48114+
"methods": [
48115+
"DELETE"
48116+
],
48117+
"paths": {
48118+
"/drives/{id}/items/{id}/retentionLabel": "",
48119+
"/groups/{id}/drive/items/{id}/retentionLabel": "",
48120+
"/me/drive/items/{id}/retentionLabel": "",
48121+
"/users/{user-id}/drive/items/{item-id}/retentionLabel": ""
48122+
}
48123+
},
4790548124
{
4790648125
"schemeKeys": [
4790748126
"DelegatedWork"
@@ -53526,8 +53745,8 @@
5352653745
"requiresAdminConsent": false
5352753746
},
5352853747
"Application": {
53529-
"adminDisplayName": "Create chat and channel messages with anyone's identity and with any timestamp",
53530-
"adminDescription": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.",
53748+
"adminDisplayName": "Create and update chat and channel messages with anyone's identity and with any timestamp",
53749+
"adminDescription": "Allows the app to create and update chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.",
5353153750
"requiresAdminConsent": true,
5353253751
"privilegeLevel": 4
5353353752
}
@@ -53567,6 +53786,9 @@
5356753786
"PATCH"
5356853787
],
5356953788
"paths": {
53789+
"/chats/{id}/messages/{id}": "",
53790+
"/teams/{id}/channels/{id}/messages/{id}": "",
53791+
"/teams/{id}/channels/{id}/messages/{id}/replies/{id}": "",
5357053792
"/users/{id}/teamwork/sections/{id}": ""
5357153793
}
5357253794
},

0 commit comments

Comments
 (0)