diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 666d26ca..af5993b6 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -11448,6 +11448,7 @@ "/devicemanagement/manageddevices/bulkreprovisioncloudpc": "least=DelegatedWork,Application", "/devicemanagement/manageddevices/bulkrestorecloudpc": "least=DelegatedWork,Application", "/devicemanagement/manageddevices/bulksetcloudpcreviewstatus": "least=DelegatedWork,Application", + "/devicemanagement/virtualendpoint/cloudApps": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudApps/publish": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudApps/reset": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudApps/unpublish": "least=DelegatedWork,Application", @@ -11523,7 +11524,6 @@ "PATCH" ], "paths": { - "/devicemanagement/virtualendpoint/cloudApps/{id}": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/externalpartnersettings/{id}": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/organizationsettings": "least=DelegatedWork,Application" } @@ -11648,6 +11648,7 @@ "PATCH" ], "paths": { + "/devicemanagement/virtualendpoint/cloudApps/{id}": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/provisioningpolicies/{id}": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/settingprofiles/{id}": "least=DelegatedWork,Application", "/rolemanagement/cloudpc/roledefinitions/{id}": "", @@ -27649,6 +27650,42 @@ "ownerSecurityGroup": "ddsappperm" } }, + "Group-XTenantIdentitySync.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties", + "adminDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, on behalf of the signed-in user.", + "userDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties", + "userDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, on behalf of the signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 2 + }, + "Application": { + "adminDisplayName": "Read all Group Cross-Tenant Identity Synchronization properties", + "adminDescription": "Allows the app to read all Cross-Tenant Identity Synchronization properties on Groups, without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 2 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/groups/{id}": "" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "idsync" + } + }, "Group.Create": { "authorizationType": "oAuth2", "schemes": { @@ -33474,6 +33511,7 @@ "/networkAccess/contentPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", "/networkAccess/deployments": "least=DelegatedWork,Application", "/networkAccess/deployments/{id}": "least=DelegatedWork,Application", + "/networkAccess/efpConfig": "least=DelegatedWork,Application", "/networkAccess/fileDlpPolicies": "least=DelegatedWork,Application", "/networkAccess/filteringPolicies": "least=DelegatedWork,Application", "/networkAccess/filteringPolicies/{id}/policyRules": "least=DelegatedWork,Application", @@ -33564,6 +33602,7 @@ "/networkAccess/contentPolicies/{id}/policyRules": "", "/networkAccess/contentPolicies/{id}/policyRules/{id}": "", "/networkaccess/discovery/discoveredApplicationSegments": "", + "/networkAccess/efpConfig": "", "/networkAccess/fileDlpPolicies": "", "/networkAccess/filteringPolicies": "", "/networkAccess/filteringPolicies/{id}/policyRules": "", @@ -33670,6 +33709,7 @@ "/networkAccess/connectivity/branches/{id}/deviceLinks/{id}": "least=DelegatedWork,Application", "/networkAccess/connectivity/branches/{id}/forwardingProfiles": "least=DelegatedWork,Application", "/networkAccess/contentPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", + "/networkAccess/efpConfig": "least=DelegatedWork,Application", "/networkAccess/fileDlpPolicies/{id}": "least=DelegatedWork,Application", "/networkAccess/filteringPolicies/{id}/policyRules/{id}": "least=DelegatedWork,Application", "/networkAccess/filteringProfiles/{id}": "least=DelegatedWork,Application", @@ -53800,6 +53840,74 @@ "ownerSecurityGroup": "TeamsPermissions" } }, + "TeamworkTargetedMessage.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "Application": { + "adminDisplayName": "Read all targeted messages of group chat or channel", + "adminDescription": "Allows the app to read all group chat or channel targeted messages in Microsoft Teams.", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/users/{id}/teamwork/getAllRetainedTargetedMessages": "least=Application", + "/users/{id}/teamwork/getAllTargetedMessages": "least=Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "TeamsPermissions" + } + }, + "TeamworkTargetedMessage.ReadWrite": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Update targeted messages of group chat or channel belonging to the user", + "adminDescription": "Allows the user to update group chat or channel targeted messages in Microsoft Teams.", + "userDisplayName": "Update targeted messages belonging to the user", + "userDescription": "Update targeted messages of group chat or channel on your behalf", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork" + ], + "methods": [ + "DELETE" + ], + "paths": { + "/users/{user-id | user-principal-name}/chats/{chat-id}/targetedMessages/{message-id}": "least=DelegatedWork" + } + }, + { + "schemeKeys": [ + "DelegatedWork" + ], + "methods": [ + "POST" + ], + "paths": { + "/users/{user-id | user-principal-name}/teamwork/deleteTargetedMessage": "least=DelegatedWork" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "TeamsPermissions" + } + }, "TeamworkUserInteraction.Read.All": { "authorizationType": "oAuth2", "schemes": { diff --git a/permissions/new/provisioningInfo.json b/permissions/new/provisioningInfo.json index ca539551..a8e72360 100644 --- a/permissions/new/provisioningInfo.json +++ b/permissions/new/provisioningInfo.json @@ -3644,7 +3644,7 @@ "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" } ], - "WorkIQAgent.Ask": [ + "WorkIQAgent.Ask": [ { "id": "", "scheme": "DelegatedWork", @@ -6797,7 +6797,7 @@ "id": "f7c0661b-4247-48ac-a371-05ff047614c6", "scheme": "DelegatedWork", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "00000002-0000-0000-c000-000000000000" }, @@ -6805,7 +6805,7 @@ "id": "35b96aac-d839-4362-abd4-7381f2b27ccd", "scheme": "Application", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "00000002-0000-0000-c000-000000000000" } @@ -12715,7 +12715,7 @@ ], "TeamworkSection.Read": [ { - "id": "e849765c-20c9-4994-bb0d-fe2cd540c38c", + "id": "87a3258d-8c34-49e2-ab91-9b8bdbd79177", "scheme": "DelegatedWork", "environment": "public", "isHidden": true, @@ -12725,7 +12725,7 @@ ], "TeamworkSection.ReadWrite": [ { - "id": "2f66f945-788d-49b8-ab3f-2b59ef72cfa5", + "id": "70dbe5e8-39b9-40f3-8c65-3ec7b00ad804", "scheme": "DelegatedWork", "environment": "public", "isHidden": true, @@ -12735,7 +12735,7 @@ ], "TeamworkSection.Read.All": [ { - "id": "25dc9176-b59e-4fcf-9d31-04a6e1774a5a", + "id": "e9e1b87a-726e-4628-8fab-d1fc58d4d9ad", "scheme": "Application", "environment": "public", "isHidden": true, @@ -12745,7 +12745,7 @@ ], "TeamworkSection.ReadWrite.All": [ { - "id": "316f1de5-afa6-449f-b21a-f6c18eb06333", + "id": "fd99f9da-42d6-4d00-8a41-4161bea42309", "scheme": "Application", "environment": "public", "isHidden": true, @@ -15869,11 +15869,11 @@ ], "TeamworkTargetedMessage.Read.All": [ { - "id": "", + "id": "b0cfd829-be18-4b31-bb0e-ec1df8197ba3", "scheme": "Application", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b" } ], @@ -15887,11 +15887,11 @@ "resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b" }, { - "id": "", + "id": "162354de-2885-4e5a-94fb-2f03019a65a8", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "ab3be6b7-f5df-413d-ac2d-abf1e3fd9c0b" } ], @@ -15915,7 +15915,7 @@ "resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40" } ], - "TenantGovernance-Invitation.Read.All":[ + "TenantGovernance-Invitation.Read.All": [ { "id": "01c05f84-c3e0-4d65-9699-d3747ddea880", "scheme": "DelegatedWork", @@ -15933,7 +15933,7 @@ "resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40" } ], - "TenantGovernance-Request.ReadWrite.All" : [ + "TenantGovernance-Request.ReadWrite.All": [ { "id": "366c636e-9aaf-49cc-af59-9c7bf220b85d", "scheme": "DelegatedWork", @@ -15943,7 +15943,7 @@ "resourceAppId": "c447a0c0-291a-4443-853e-9b62c782aa40" } ], - "TenantGovernance-Request.Read.All" : [ + "TenantGovernance-Request.Read.All": [ { "id": "69a5687d-898d-47ae-9381-197391cce4e7", "scheme": "DelegatedWork",