diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index ed196f42..f0c33e96 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -1314,7 +1314,7 @@ }, "Application": { "adminDisplayName": "Read and write all agent identities", - "adminDescription": "Allows the app read, update, and delete agent identities without a signed-in user.", + "adminDescription": "Allows the app to read, update, and delete agent identities without a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 4 } @@ -1649,16 +1649,16 @@ "authorizationType": "oAuth2", "schemes": { "DelegatedWork": { - "adminDisplayName": "Add or remove sponsors for agent identity blueprint", - "adminDescription": "Allows the app to add or remove sponsors for agent identity blueprint on behalf of the signed-in user.", + "adminDisplayName": "Add or remove sponsors for agent identity blueprints", + "adminDescription": "Allows the app to add or remove sponsors for agent identity blueprints on behalf of the signed-in user.", "userDisplayName": "Update agent identity blueprint authorization related properties", "userDescription": "Update agent identity blueprint authorization related properties on user's' behalf", "requiresAdminConsent": true, "privilegeLevel": 3 }, "Application": { - "adminDisplayName": "Add or remove sponsors for agent identity blueprint", - "adminDescription": "Allows the app to add or remove sponsors for agent identity blueprint without a signed-in user.", + "adminDisplayName": "Add or remove sponsors for agent identity blueprints", + "adminDescription": "Allows the app to add or remove sponsors for agent identity blueprints without a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 4 } @@ -1697,13 +1697,13 @@ "authorizationType": "oAuth2", "schemes": { "DelegatedWork": { - "adminDisplayName": "Create agent identity blueprint service principals.", + "adminDisplayName": "Create agent identity blueprint principals.", "adminDescription": "Allows creating new agent identity blueprint principals with a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 4 }, "Application": { - "adminDisplayName": "Create agent identity blueprint service principals.", + "adminDisplayName": "Create agent identity blueprint principals.", "adminDescription": "Allows creating new agent identity blueprint principals without a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 5 @@ -1732,14 +1732,14 @@ "authorizationType": "oAuth2", "schemes": { "DelegatedWork": { - "adminDisplayName": "Delete and restore agent identity blueprints.", - "adminDescription": "Allows deleting or restoring agent identity blueprints with a signed-in user.", + "adminDisplayName": "Delete and restore agent identity blueprint principals.", + "adminDescription": "Allows deleting or restoring agent identity blueprint principals with a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 4 }, "Application": { - "adminDisplayName": "Delete and restore agent identity blueprints.", - "adminDescription": "Allows deleting or restoring agent identity blueprints without a signed-in user.", + "adminDisplayName": "Delete and restore agent identity blueprint principals.", + "adminDescription": "Allows deleting or restoring agent identity blueprint principals without a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 4 } @@ -1814,7 +1814,7 @@ "authorizationType": "oAuth2", "schemes": { "DelegatedWork": { - "adminDisplayName": "Read agent identity blueprints principals.", + "adminDisplayName": "Read agent identity blueprint principals.", "adminDescription": "Allows reading agent identity blueprint principals with a signed-in user.", "requiresAdminConsent": true, "privilegeLevel": 3 @@ -3106,6 +3106,114 @@ "ownerSecurityGroup": "agentregistrydevs" } }, + "AgentRegistration.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read all agent registrations", + "adminDescription": "Allows the user to read all agent registration information", + "userDisplayName": "Read all agent registrations", + "userDescription": "Allows the app to read agent registration information.", + "requiresAdminConsent": false, + "privilegeLevel": 3 + }, + "Application": { + "adminDisplayName": "Read all agent registrations", + "adminDescription": "Allows the app to read agent registration information without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/copilot/agentRegistrations/{agentId}": "least=DelegatedWork,Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "m365adminsvcdevteam" + } + }, + "AgentRegistration.ReadWrite.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read and write all agent registrations", + "adminDescription": "Allows the user to read and write all agent registration information", + "userDisplayName": "Read and write all agent registrations", + "userDescription": "Allows the app to read and write agent registration information.", + "requiresAdminConsent": true, + "privilegeLevel": 3 + }, + "Application": { + "adminDisplayName": "Read and write all agent registrations", + "adminDescription": "Allows the app to read and write agent registration information without a signed-in user.", + "requiresAdminConsent": true, + "privilegeLevel": 4 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/copilot/agentRegistrations/{agentId}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "POST" + ], + "paths": { + "/copilot/agentRegistrations": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "PATCH" + ], + "paths": { + "/copilot/agentRegistrations/{agentId}": "least=DelegatedWork,Application" + } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "DELETE" + ], + "paths": { + "/copilot/agentRegistrations/{agentId}": "least=DelegatedWork,Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "m365adminsvcdevteam" + } + }, "Agreement.Read.All": { "authorizationType": "oAuth2", "schemes": { @@ -5155,7 +5263,9 @@ "/reports/reconciliations/provisioning": "least=DelegatedWork,Application", "/reports/reconciliations/provisioning/{id}": "least=DelegatedWork,Application", "/reports/reconciliations/provisioning/{id}/identities": "least=DelegatedWork,Application", - "/reports/reconciliations/provisioning/{id}/identities/{id}": "least=DelegatedWork,Application" + "/reports/reconciliations/provisioning/{id}/identities/{id}": "least=DelegatedWork,Application", + "/users/{id}/agentSignInSessions": "least=DelegatedWork,Application", + "/users/{id}/agentSignInSessions/{id}": "least=DelegatedWork,Application" } }, { @@ -11644,6 +11754,7 @@ "/devicemanagement/virtualendpoint/cloudpcs/{id}/resize": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/restore": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrypartneragentinstallation": "least=DelegatedWork,Application", + "/devicemanagement/virtualendpoint/cloudpcs/{id}/setdevicename": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/start": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/stop": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/troubleshoot": "least=DelegatedWork,Application", @@ -33987,6 +34098,7 @@ "/networkaccess/reports/getCrossTenantSummary": "least=DelegatedWork,Application", "/networkaccess/reports/getDestinationSummaries": "least=DelegatedWork,Application", "/networkaccess/reports/getDeviceUsageSummary": "least=DelegatedWork,Application", + "/networkaccess/reports/getDiscoveredAIAgentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application", "/networkaccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application", "/networkaccess/reports/getEnterpriseApplicationReport(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application", "/networkaccess/reports/getUserThreatReport": "least=DelegatedWork,Application", @@ -34187,6 +34299,7 @@ "/networkaccess/reports/getCrossTenantSummary": "", "/networkaccess/reports/getDestinationSummaries": "", "/networkaccess/reports/getDeviceUsageSummary": "", + "/networkaccess/reports/getDiscoveredAIAgentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getEnterpriseApplicationReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getUserThreatReport": "", @@ -42823,6 +42936,7 @@ "/reports/getSharePointApiUsage(period={value})": "least=DelegatedWork", "/reports/getuserarchivedprintjobs": "least=DelegatedWork", "/reports/getuserarchivedprintjobs(userid={value},startdatetime={value},enddatetime={value})": "least=DelegatedWork", + "/reports/microsoftappsfilestoragecontainerusagesummary": "least=DelegatedWork", "/reports/monthlyprintusagebyprinter": "least=DelegatedWork", "/reports/monthlyprintusagebyprinter/{id}": "least=DelegatedWork", "/reports/monthlyprintusagebyuser": "least=DelegatedWork", @@ -56653,6 +56767,8 @@ "/admin/people/itemInsights": "least=DelegatedWork", "/education/me/user": "", "/education/users/{id}/user": "", + "/me/agentSignInSessions": "least=DelegatedWork", + "/me/agentSignInSessions/{id}": "least=DelegatedWork", "/me/analytics/settings": "least=DelegatedWork", "/me/cloudLicensing/assignmentErrors": "", "/me/cloudLicensing/assignmentErrors/{id}": "", @@ -58348,8 +58464,10 @@ "POST" ], "paths": { + "/me/agentSignInSessions/{id}/revoke": "least=DelegatedWork,Application", "/me/invalidateAllRefreshTokens": "least=DelegatedWork,Application", "/me/revokesigninsessions": "least=DelegatedWork,Application", + "/users/{id}/agentSignInSessions/{id}/revoke": "least=DelegatedWork,Application", "/users/{id}/invalidateAllRefreshTokens": "least=DelegatedWork,Application", "/users/{id}/revokeSignInSessions": "least=DelegatedWork,Application" } diff --git a/permissions/new/provisioningInfo.json b/permissions/new/provisioningInfo.json index 54f6a8be..71489bdf 100644 --- a/permissions/new/provisioningInfo.json +++ b/permissions/new/provisioningInfo.json @@ -680,37 +680,37 @@ ], "AgentRegistration.Read.All": [ { - "id": "", + "id": "ef96ce0b-b2ea-4ae4-a783-108212d8ecee", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" }, { - "id": "", + "id": "d3acceb6-4673-47c0-aeac-582f2c7cf72c", "scheme": "Application", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" } ], "AgentRegistration.ReadWrite.All": [ { - "id": "", + "id": "20f263bf-7d50-4e66-912c-16b4b4194fd4", "scheme": "DelegatedWork", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" }, { - "id": "", + "id": "39fb8c64-7bd3-4107-8515-14d6e55ddda4", "scheme": "Application", "environment": "public", - "isHidden": true, - "isEnabled": false, + "isHidden": false, + "isEnabled": true, "resourceAppId": "59eca866-2f46-40b8-96ff-63f663121ef9" } ], @@ -6249,7 +6249,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "435aa171-b61a-45af-9b95-610e266c391d", @@ -6257,7 +6257,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadWrite": [ @@ -6267,7 +6267,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "13ec5196-695d-4d79-baea-7b536f77458c", @@ -6275,7 +6275,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.Submit": [ @@ -6285,7 +6285,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadArtifact.All": [ @@ -6295,7 +6295,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "719855d7-2352-4ccb-862a-ac05b2def98b", @@ -6303,7 +6303,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadWriteArtifact.All": [ @@ -6313,7 +6313,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "6ea5134a-a0f6-4848-8fc1-35902f536387", @@ -6321,7 +6321,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadScimTest.All": [ @@ -6331,7 +6331,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "60b06635-e5ee-4c58-ad15-cb7c0801d6a8", @@ -6339,7 +6339,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadWriteScimTest.All": [ @@ -6349,7 +6349,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "ec4f5141-4812-42d8-8492-04d4133996eb", @@ -6357,7 +6357,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadSsoTest.All": [ @@ -6367,7 +6367,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "0726488d-5e7c-4c27-987c-20cc0d638c62", @@ -6375,7 +6375,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "AppGalleryIntegrationRequest.ReadWriteSsoTest.All": [ @@ -6385,7 +6385,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" }, { "id": "58cbb86c-ff81-4e83-90cd-c01e63211cc8", @@ -6393,7 +6393,7 @@ "environment": "public", "isHidden": true, "isEnabled": true, - "resourceAppId": "eb2ecbe8-b7cf-40c0-9243-65d6a58bf472" + "resourceAppId": "f52151bb-a797-4473-a770-441a5d4d7f40" } ], "EventListener.Read.All": [