@@ -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 ],
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 {
5696957076 "PATCH"
5697057077 ],
5697157078 "paths": {
56972- "/teams/{id}/tags/{id}": "least=Application "
57079+ "/teams/{id}/tags/{id}": ""
5697357080 }
5697457081 },
5697557082 {
5698057087 "DELETE"
5698157088 ],
5698257089 "paths": {
56983- "/teams/{id}/tags/{id}/members/{id}": "least=Application "
57090+ "/teams/{id}/tags/{id}/members/{id}": ""
5698457091 }
5698557092 }
5698657093 ],
0 commit comments