Skip to content

Commit a523a67

Browse files
committed
Weekly Permissions sync 2026-09-06
1 parent ec959bb commit a523a67

2 files changed

Lines changed: 137 additions & 10 deletions

File tree

permissions/new/permissions.json

Lines changed: 115 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13590,6 +13590,113 @@
1359013590
"ownerSecurityGroup": "mcpplat"
1359113591
}
1359213592
},
13593+
"CrossTenantContentMigration.Read.All": {
13594+
"authorizationType": "oAuth2",
13595+
"schemes": {
13596+
"DelegatedWork": {
13597+
"adminDisplayName": "Read all cross tenant content migration job details",
13598+
"adminDescription": "Allows the app to read your tenant's all cross tenant content migration job details on behalf of the signed-in user.",
13599+
"userDisplayName": "Read all cross tenant content migration job details",
13600+
"userDescription": "Allows the app to read your tenant's all cross tenant content migration job details on behalf of the signed-in user.",
13601+
"requiresAdminConsent": true,
13602+
"privilegeLevel": 3
13603+
},
13604+
"Application": {
13605+
"adminDisplayName": "Read all cross tenant content migration job details",
13606+
"adminDescription": "Allows the app to read your tenant's all cross tenant content migration job details without a signed-in user.",
13607+
"requiresAdminConsent": true,
13608+
"privilegeLevel": 3
13609+
}
13610+
},
13611+
"pathSets": [
13612+
{
13613+
"schemeKeys": [
13614+
"DelegatedWork",
13615+
"Application"
13616+
],
13617+
"methods": [
13618+
"GET"
13619+
],
13620+
"paths": {
13621+
"/solutions/migrations/crosstenantmigrationjobs": "least=DelegatedWork,Application",
13622+
"/solutions/migrations/crosstenantmigrationjobs('{id}')": "least=DelegatedWork,Application",
13623+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/users": "least=DelegatedWork,Application",
13624+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/users('{id}')": "least=DelegatedWork,Application"
13625+
}
13626+
}
13627+
],
13628+
"ownerInfo": {
13629+
"ownerSecurityGroup": "xtmigrationmsgraph"
13630+
}
13631+
},
13632+
"CrossTenantContentMigration.ReadWrite.All": {
13633+
"authorizationType": "oAuth2",
13634+
"schemes": {
13635+
"DelegatedWork": {
13636+
"adminDisplayName": "Read and write all cross tenant content migration job details",
13637+
"adminDescription": "Allows the app to read and write your tenant's all cross tenant content migration job details on behalf of the signed-in user.",
13638+
"userDisplayName": "Read and write all cross tenant content migration job details",
13639+
"userDescription": "Allows the app to read and write your tenant's all cross tenant content migration job details on behalf of the signed-in user.",
13640+
"requiresAdminConsent": true,
13641+
"privilegeLevel": 3
13642+
},
13643+
"Application": {
13644+
"adminDisplayName": "Read and write all cross tenant content migration job details",
13645+
"adminDescription": "Allows the app to read and write your tenant's all cross tenant content migration job details without a signed-in user.",
13646+
"requiresAdminConsent": true,
13647+
"privilegeLevel": 3
13648+
}
13649+
},
13650+
"pathSets": [
13651+
{
13652+
"schemeKeys": [
13653+
"DelegatedWork",
13654+
"Application"
13655+
],
13656+
"methods": [
13657+
"POST"
13658+
],
13659+
"paths": {
13660+
"/solutions/migrations/crosstenantmigrationjobs": "least=DelegatedWork,Application",
13661+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/cancel": "least=DelegatedWork,Application",
13662+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/migrate": "least=DelegatedWork,Application",
13663+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/users('{id}')/cancel": "least=DelegatedWork,Application",
13664+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/validate": "least=DelegatedWork,Application"
13665+
}
13666+
},
13667+
{
13668+
"schemeKeys": [
13669+
"DelegatedWork",
13670+
"Application"
13671+
],
13672+
"methods": [
13673+
"DELETE",
13674+
"PATCH"
13675+
],
13676+
"paths": {
13677+
"/solutions/migrations/crosstenantmigrationjobs('{id}')": "least=DelegatedWork,Application"
13678+
}
13679+
},
13680+
{
13681+
"schemeKeys": [
13682+
"DelegatedWork",
13683+
"Application"
13684+
],
13685+
"methods": [
13686+
"GET"
13687+
],
13688+
"paths": {
13689+
"/solutions/migrations/crosstenantmigrationjobs": "",
13690+
"/solutions/migrations/crosstenantmigrationjobs('{id}')": "",
13691+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/users": "",
13692+
"/solutions/migrations/crosstenantmigrationjobs('{id}')/users('{id}')": ""
13693+
}
13694+
}
13695+
],
13696+
"ownerInfo": {
13697+
"ownerSecurityGroup": "xtmigrationmsgraph"
13698+
}
13699+
},
1359313700
"CrossTenantInformation.ReadBasic.All": {
1359413701
"authorizationType": "oAuth2",
1359513702
"schemes": {
@@ -56846,10 +56953,10 @@
5684656953
"GET"
5684756954
],
5684856955
"paths": {
56849-
"/teams/{id}/tags": "least=Application",
56850-
"/teams/{id}/tags/{id}": "least=Application",
56851-
"/teams/{id}/tags/{id}/members": "least=Application",
56852-
"/teams/{id}/tags/{id}/members/{id}": "least=Application"
56956+
"/teams/{id}/tags": "",
56957+
"/teams/{id}/tags/{id}": "",
56958+
"/teams/{id}/tags/{id}/members": "",
56959+
"/teams/{id}/tags/{id}/members/{id}": ""
5685356960
}
5685456961
}
5685556962
],
@@ -56956,8 +57063,8 @@
5695657063
"POST"
5695757064
],
5695857065
"paths": {
56959-
"/teams/{id}/tags": "least=Application",
56960-
"/teams/{id}/tags/{id}/members": "least=Application"
57066+
"/teams/{id}/tags": "",
57067+
"/teams/{id}/tags/{id}/members": ""
5696157068
}
5696257069
},
5696357070
{
@@ -56969,7 +57076,7 @@
5696957076
"PATCH"
5697057077
],
5697157078
"paths": {
56972-
"/teams/{id}/tags/{id}": "least=Application"
57079+
"/teams/{id}/tags/{id}": ""
5697357080
}
5697457081
},
5697557082
{
@@ -56980,7 +57087,7 @@
5698057087
"DELETE"
5698157088
],
5698257089
"paths": {
56983-
"/teams/{id}/tags/{id}/members/{id}": "least=Application"
57090+
"/teams/{id}/tags/{id}/members/{id}": ""
5698457091
}
5698557092
}
5698657093
],

permissions/new/provisioningInfo.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@
42034203
"id": "b85f44c8-673a-4b31-a0c1-3070d0ae487e",
42044204
"scheme": "DelegatedWork",
42054205
"environment": "public",
4206-
"isHidden": true,
4206+
"isHidden": false,
42074207
"isEnabled": true,
42084208
"resourceAppId": "506cf32b-5cbe-4ced-84c6-c7bde303f77c"
42094209
}
@@ -4213,7 +4213,7 @@
42134213
"id": "0569b6eb-c9e3-4dc6-a998-6df963be6689",
42144214
"scheme": "DelegatedWork",
42154215
"environment": "public",
4216-
"isHidden": true,
4216+
"isHidden": false,
42174217
"isEnabled": true,
42184218
"resourceAppId": "506cf32b-5cbe-4ced-84c6-c7bde303f77c"
42194219
}
@@ -18052,6 +18052,16 @@
1805218052
"resourceAppId": ""
1805318053
}
1805418054
],
18055+
"TeamworkTag.Read.Group": [
18056+
{
18057+
"id": "5df3a8db-6cc6-454c-b68a-659a8e76ea66",
18058+
"scheme": "Application",
18059+
"environment": "public",
18060+
"isHidden": true,
18061+
"isEnabled": true,
18062+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
18063+
}
18064+
],
1805518065
"TeamworkTag.ReadWrite": [
1805618066
{
1805718067
"id": "539dabd7-b5b6-4117-b164-d60cd15a8671",
@@ -18072,6 +18082,16 @@
1807218082
"resourceAppId": ""
1807318083
}
1807418084
],
18085+
"TeamworkTag.ReadWrite.Group": [
18086+
{
18087+
"id": "0e5a377d-5652-4345-949e-8b29ca8e8059",
18088+
"scheme": "Application",
18089+
"environment": "public",
18090+
"isHidden": true,
18091+
"isEnabled": true,
18092+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
18093+
}
18094+
],
1807518095
"TeamworkTargetedMessage.Read.All": [
1807618096
{
1807718097
"id": "b0cfd829-be18-4b31-bb0e-ec1df8197ba3",

0 commit comments

Comments
 (0)