Skip to content

Commit d0fe3f8

Browse files
authored
Merge pull request #1030 from microsoftgraph/permissions-update/2025-02-28
Weekly Permissions sync 2025-02-28
2 parents 25fe775 + 9e3bdda commit d0fe3f8

File tree

2 files changed

+133
-4
lines changed

2 files changed

+133
-4
lines changed

permissions/new/ProvisioningInfo.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7526,6 +7526,34 @@
75267526
"resourceAppId": ""
75277527
}
75287528
],
7529+
"OnlineMeetingArtifactInvite.Send.All": [
7530+
{
7531+
"id": "",
7532+
"scheme": "DelegatedWork",
7533+
"environment": "public",
7534+
"isHidden": true,
7535+
"isEnabled": false,
7536+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
7537+
},
7538+
{
7539+
"id": "",
7540+
"scheme": "Application",
7541+
"environment": "public",
7542+
"isHidden": true,
7543+
"isEnabled": false,
7544+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
7545+
}
7546+
],
7547+
"OnlineMeetingArtifactInvite.Send.Chat": [
7548+
{
7549+
"id": "",
7550+
"scheme": "Application",
7551+
"environment": "public",
7552+
"isHidden": true,
7553+
"isEnabled": false,
7554+
"resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b"
7555+
}
7556+
],
75297557
"OnlineMeetingNotification.Send.Chat": [
75307558
{
75317559
"id": "d9837fe0-9c31-4faa-8acb-b10874560161",
@@ -12955,15 +12983,15 @@
1295512983
"id": "39b17d18-680c-41f4-b9c2-5f30629e7cb6",
1295612984
"scheme": "Application",
1295712985
"environment": "public",
12958-
"isHidden": true,
12986+
"isHidden": false,
1295912987
"isEnabled": true,
1296012988
"resourceAppId": "a2a97413-12e3-43dd-b110-e0b41e490794"
1296112989
},
1296212990
{
1296312991
"id": "1bc6eab1-058d-4557-b011-d4c41cec88b7",
1296412992
"scheme": "DelegatedWork",
1296512993
"environment": "public",
12966-
"isHidden": true,
12994+
"isHidden": false,
1296712995
"isEnabled": true,
1296812996
"resourceAppId": "a2a97413-12e3-43dd-b110-e0b41e490794"
1296912997
}
@@ -12973,15 +13001,15 @@
1297313001
"id": "0a42382f-155c-4eb1-9bdc-21548ccaa387",
1297413002
"scheme": "Application",
1297513003
"environment": "public",
12976-
"isHidden": true,
13004+
"isHidden": false,
1297713005
"isEnabled": true,
1297813006
"resourceAppId": "a2a97413-12e3-43dd-b110-e0b41e490794"
1297913007
},
1298013008
{
1298113009
"id": "424b07a8-1209-4d17-9fe4-9018a93a1024",
1298213010
"scheme": "DelegatedWork",
1298313011
"environment": "public",
12984-
"isHidden": true,
13012+
"isHidden": false,
1298513013
"isEnabled": true,
1298613014
"resourceAppId": "a2a97413-12e3-43dd-b110-e0b41e490794"
1298713015
}

permissions/new/permissions.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28166,6 +28166,8 @@
2816628166
"/networkAccess/settings/conditionalAccess": "least=DelegatedWork,Application",
2816728167
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
2816828168
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
28169+
"/networkAccess/threatInspectionPolicies": "least=DelegatedWork,Application",
28170+
"/networkAccess/tlsInspectionPolicies": "least=DelegatedWork,Application",
2816928171
"/networkAccess/tlsPolicies": "least=DelegatedWork,Application"
2817028172
}
2817128173
}
@@ -28236,6 +28238,8 @@
2823628238
"/networkAccess/settings/conditionalAccess": "",
2823728239
"/networkAccess/settings/crossTenantAccess": "",
2823828240
"/networkaccess/settings/enrichedAuditLogs": "",
28241+
"/networkAccess/threatInspectionPolicies": "",
28242+
"/networkAccess/tlsInspectionPolicies": "",
2823928243
"/networkAccess/tlsPolicies": ""
2824028244
}
2824128245
},
@@ -28261,6 +28265,8 @@
2826128265
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
2826228266
"/networkAccess/securityProviderPolicies": "least=DelegatedWork,Application",
2826328267
"/networkAccess/securityProviders/{id}/registration": "least=DelegatedWork,Application",
28268+
"/networkAccess/threatInspectionPolicies": "least=DelegatedWork,Application",
28269+
"/networkAccess/tlsInspectionPolicies": "least=DelegatedWork,Application",
2826428270
"/networkAccess/tlsPolicies": "least=DelegatedWork,Application"
2826528271
}
2826628272
},
@@ -28288,6 +28294,8 @@
2828828294
"/networkAccess/settings/conditionalAccess": "least=DelegatedWork,Application",
2828928295
"/networkAccess/settings/crossTenantAccess": "least=DelegatedWork,Application",
2829028296
"/networkaccess/settings/enrichedAuditLogs": "least=DelegatedWork,Application",
28297+
"/networkAccess/threatInspectionPolicies/{id}": "least=DelegatedWork,Application",
28298+
"/networkAccess/tlsInspectionPolicies/{id}": "least=DelegatedWork,Application",
2829128299
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
2829228300
}
2829328301
},
@@ -28310,6 +28318,8 @@
2831028318
"/networkAccess/forwardingProfiles/{id}/policies/{id}": "least=DelegatedWork,Application",
2831128319
"/networkaccess/privateAccessConfigs/{id}": "least=DelegatedWork,Application",
2831228320
"/networkAccess/securityProviderPolicies/{id}": "least=DelegatedWork,Application",
28321+
"/networkAccess/threatInspectionPolicies/{id}": "least=DelegatedWork,Application",
28322+
"/networkAccess/tlsInspectionPolicies/{id}": "least=DelegatedWork,Application",
2831328323
"/networkAccess/tlsPolicies/{id}": "least=DelegatedWork,Application"
2831428324
}
2831528325
}
@@ -36460,6 +36470,7 @@
3646036470
"/policies/rolemanagementpolicyassignments/{id}": "least=Application",
3646136471
"/rolemanagement/cloudpc/roledefinitions": "",
3646236472
"/rolemanagement/cloudpc/roledefinitions/{id}": "",
36473+
"/rolemanagement/defender/customAppScopes": "",
3646336474
"/rolemanagement/defender/roleassignments": "",
3646436475
"/rolemanagement/defender/roleassignments/{id}": "",
3646536476
"/rolemanagement/defender/roledefinitions": "",
@@ -36580,6 +36591,7 @@
3658036591
"GET"
3658136592
],
3658236593
"paths": {
36594+
"/rolemanagement/defender/customAppScopes": "least=DelegatedWork,Application",
3658336595
"/rolemanagement/defender/roleassignments": "least=DelegatedWork,Application",
3658436596
"/rolemanagement/defender/roleassignments/{id}": "least=DelegatedWork,Application",
3658536597
"/rolemanagement/defender/roledefinitions": "least=DelegatedWork,Application",
@@ -36809,6 +36821,7 @@
3680936821
"GET"
3681036822
],
3681136823
"paths": {
36824+
"/roleManagement/defender/customAppScopes": "",
3681236825
"/roleManagement/defender/roleassignments": "",
3681336826
"/roleManagement/defender/roleassignments/{id}": "",
3681436827
"/rolemanagement/defender/roledefinitions": "",
@@ -45522,6 +45535,94 @@
4552245535
"ownerSecurityGroup": "TeamsPermissions"
4552345536
}
4552445537
},
45538+
"TeamsTelephoneNumber.Read.All": {
45539+
"schemes": {
45540+
"DelegatedWork": {
45541+
"adminDisplayName": "Read Tenant-Acquired Telephone Number Details",
45542+
"adminDescription": "Allows the app to read your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45543+
"userDisplayName": "Read Tenant-Acquired Telephone Number Details",
45544+
"userDescription": "Allows the app to read your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45545+
"requiresAdminConsent": true,
45546+
"privilegeLevel": 3
45547+
},
45548+
"Application": {
45549+
"adminDisplayName": "Read Tenant-Acquired Telephone Number Details",
45550+
"adminDescription": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45551+
"requiresAdminConsent": true,
45552+
"privilegeLevel": 4
45553+
}
45554+
},
45555+
"pathSets": [
45556+
{
45557+
"schemeKeys": [
45558+
"DelegatedWork",
45559+
"Application"
45560+
],
45561+
"methods": [
45562+
"GET"
45563+
],
45564+
"paths": {
45565+
"/admin/teams/telephoneNumberManagement/numberAssignments": "least=DelegatedWork,Application",
45566+
"/admin/teams/telephoneNumberManagement/numberAssignments/{id}": "least=DelegatedWork,Application",
45567+
"/admin/teams/telephoneNumberManagement/operations/{operationId}": "least=DelegatedWork,Application"
45568+
}
45569+
}
45570+
],
45571+
"ownerInfo": {
45572+
"ownerSecurityGroup": "TNM Devs"
45573+
}
45574+
},
45575+
"TeamsTelephoneNumber.ReadWrite.All": {
45576+
"schemes": {
45577+
"DelegatedWork": {
45578+
"adminDisplayName": "Read and Modify Tenant-Acquired Telephone Number Details",
45579+
"adminDescription": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45580+
"userDisplayName": "Read and Modify Tenant-Acquired Telephone Number Details",
45581+
"userDescription": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45582+
"requiresAdminConsent": true,
45583+
"privilegeLevel": 3
45584+
},
45585+
"Application": {
45586+
"adminDisplayName": "Read and Modify Tenant-Acquired Telephone Number Details",
45587+
"adminDescription": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.",
45588+
"requiresAdminConsent": true,
45589+
"privilegeLevel": 4
45590+
}
45591+
},
45592+
"pathSets": [
45593+
{
45594+
"schemeKeys": [
45595+
"DelegatedWork",
45596+
"Application"
45597+
],
45598+
"methods": [
45599+
"GET"
45600+
],
45601+
"paths": {
45602+
"/admin/teams/telephoneNumberManagement/numberAssignments": "",
45603+
"/admin/teams/telephoneNumberManagement/numberAssignments/{id}": "",
45604+
"/admin/teams/telephoneNumberManagement/operations/{operationId}": ""
45605+
}
45606+
},
45607+
{
45608+
"schemeKeys": [
45609+
"DelegatedWork",
45610+
"Application"
45611+
],
45612+
"methods": [
45613+
"POST"
45614+
],
45615+
"paths": {
45616+
"/admin/teams/telephoneNumberManagement/numberAssignments/assignNumber": "least=DelegatedWork,Application",
45617+
"/admin/teams/telephoneNumberManagement/numberAssignments/unassignNumber": "least=DelegatedWork,Application",
45618+
"/admin/teams/telephoneNumberManagement/numberAssignments/updateNumber": "least=DelegatedWork,Application"
45619+
}
45620+
}
45621+
],
45622+
"ownerInfo": {
45623+
"ownerSecurityGroup": "TNM Devs"
45624+
}
45625+
},
4552545626
"TeamsUserConfiguration.Read.All": {
4552645627
"schemes": {
4552745628
"DelegatedWork": {

0 commit comments

Comments
 (0)