From 9aebc37128676e6559d7b27176740797e3050c13 Mon Sep 17 00:00:00 2001 From: David <1511024+marabooy@users.noreply.github.com> Date: Thu, 20 Aug 2026 03:42:40 +0300 Subject: [PATCH] Weekly Permissions sync 2026-08-20 --- permissions/new/permissions.json | 127 ++++++++++++- permissions/new/provisioningInfo.json | 262 +++++++++++++++++++++++++- 2 files changed, 380 insertions(+), 9 deletions(-) diff --git a/permissions/new/permissions.json b/permissions/new/permissions.json index 7febcac2..47950cb4 100644 --- a/permissions/new/permissions.json +++ b/permissions/new/permissions.json @@ -11922,6 +11922,8 @@ "/devicemanagement/virtualendpoint/cloudpcs/{id}": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "least=DelegatedWork,Application", + "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrieveflexcloudpcaccessconfiguration": "least=DelegatedWork,Application", + "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrieveflexcloudpcconfigurationdetail": "least=DelegatedWork,Application", "/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "least=DelegatedWork,Application", "/devicemanagement/virtualendpoint/deviceimages": "least=DelegatedWork,Application", @@ -11994,6 +11996,7 @@ "/me/cloudpcs": "least=DelegatedWork", "/me/cloudpcs/{id}/getcloudpclaunchinfo": "least=DelegatedWork", "/me/cloudpcs/{id}/retrievecloudpclaunchdetail": "least=DelegatedWork", + "/me/cloudpcs/{id}/retrieveflexcloudpcaccessconfiguration": "", "/tenantrelationships/managedtenants/cloudpcconnections": "least=DelegatedWork", "/tenantrelationships/managedtenants/cloudpcconnections/{id}": "least=DelegatedWork", "/tenantrelationships/managedtenants/cloudpcdevices": "least=DelegatedWork", @@ -12077,6 +12080,8 @@ "/devicemanagement/virtualendpoint/cloudpcs/{id}": "", "/devicemanagement/virtualendpoint/cloudpcs/{id}/getcloudpcconnectivityhistory": "", "/devicemanagement/virtualendpoint/cloudpcs/{id}/getCloudPcLaunchInfo": "", + "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrieveflexcloudpcaccessconfiguration": "", + "/devicemanagement/virtualendpoint/cloudpcs/{id}/retrieveflexcloudpcconfigurationdetail": "", "/devicemanagement/virtualEndpoint/cloudPcs/{id}/retrieveFrontlineCloudPcDetail": "", "/devicemanagement/virtualendpoint/cloudpcs/retrievecloudpccountbystatus": "", "/devicemanagement/virtualendpoint/deviceimages/getsourceimages": "", @@ -12286,6 +12291,7 @@ "/me/cloudpcs": "", "/me/cloudpcs/{id}/getcloudpclaunchinfo": "", "/me/cloudpcs/{id}/retrievecloudpclaunchdetail": "", + "/me/cloudpcs/{id}/retrieveflexcloudpcaccessconfiguration": "", "/tenantrelationships/managedtenants/cloudpcconnections": "", "/tenantrelationships/managedtenants/cloudpcconnections/{id}": "", "/tenantrelationships/managedtenants/cloudpcdevices": "", @@ -14558,6 +14564,87 @@ "ownerSecurityGroup": "ssp" } }, + "Device-CloudLicensing.Read": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read individually owned Cloud Licensing resources for devices", + "adminDescription": "Allows the app to read Cloud Licensing resources for devices owned by the signed-in user-including allotments, assignments and usageRights-on their behalf.", + "userDisplayName": "Read your Cloud Licensing resources for devices", + "userDescription": "Allows the app to read Cloud Licensing resources for devices owned by you-including allotments, assignments and usageRights-on your behalf.", + "requiresAdminConsent": false, + "privilegeLevel": 2 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork" + ], + "methods": [ + "GET" + ], + "paths": { + "/devices/{id}/cloudLicensing/assignments": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/assignments/{id}": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/assignments/{id}/allotment": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/usageRights": "", + "/devices/{id}/cloudLicensing/usageRights/{id}": "", + "/devices/{id}/cloudLicensing/usageRights/{id}/assignments": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/waitingMembers": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/waitingMembers/{id}": "least=DelegatedWork", + "/devices/{id}/cloudLicensing/waitingMembers/{id}/allotment": "least=DelegatedWork" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "cloudlicensing" + } + }, + "Device-CloudLicensing.Read.All": { + "authorizationType": "oAuth2", + "schemes": { + "DelegatedWork": { + "adminDisplayName": "Read all Cloud Licensing resources for devices", + "adminDescription": "Allows the app to read all Cloud Licensing resources for devices-including allotments, assignments, and usageRights-on behalf of the signed-in user.", + "userDisplayName": "Read your Cloud Licensing resources for devices", + "userDescription": "Allows the app to read all Cloud Licensing resources for devices-including allotments, assignments, and usageRights-on your behalf.", + "requiresAdminConsent": false, + "privilegeLevel": 3 + }, + "Application": { + "adminDisplayName": "Read all Cloud Licensing resources for devices.", + "adminDescription": "Allows the app to read all Cloud Licensing resources for devices, including allotments, assignments and usageRights.", + "requiresAdminConsent": true, + "privilegeLevel": 3 + } + }, + "pathSets": [ + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "GET" + ], + "paths": { + "/devices/{id}/cloudLicensing/assignments": "least=Application", + "/devices/{id}/cloudLicensing/assignments/{id}": "least=Application", + "/devices/{id}/cloudLicensing/assignments/{id}/allotment": "least=Application", + "/devices/{id}/cloudLicensing/usageRights": "", + "/devices/{id}/cloudLicensing/usageRights/{id}": "", + "/devices/{id}/cloudLicensing/usageRights/{id}/assignments": "least=Application", + "/devices/{id}/cloudLicensing/waitingMembers": "least=Application", + "/devices/{id}/cloudLicensing/waitingMembers/{id}": "least=Application", + "/devices/{id}/cloudLicensing/waitingMembers/{id}/allotment": "least=Application" + } + } + ], + "ownerInfo": { + "ownerSecurityGroup": "cloudlicensing" + } + }, "Device.Command": { "authorizationType": "oAuth2", "schemes": { @@ -32823,6 +32910,7 @@ "/identitygovernance/lifecycleworkflows/lifecyclePolicies": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules": "least=DelegatedWork,Application", + "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules/{id}": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/lifecyclePolicyPriorityConfigurations": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/lifecyclePolicyPriorityConfigurations/{subjectType}": "least=DelegatedWork,Application" } @@ -32865,6 +32953,7 @@ "/identitygovernance/lifecycleworkflows/lifecyclePolicies": "", "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}": "", "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules": "", + "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules/{id}": "", "/identitygovernance/lifecycleworkflows/lifecyclePolicyPriorityConfigurations": "", "/identitygovernance/lifecycleworkflows/lifecyclePolicyPriorityConfigurations/{subjectType}": "" } @@ -32875,16 +32964,11 @@ "Application" ], "methods": [ - "DELETE", - "PATCH", "POST" ], "paths": { - "/identitygovernance/lifecycleworkflows/deletedItems/lifecyclePolicies/{id}": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/deletedItems/lifecyclePolicies/{id}/restore": "least=DelegatedWork,Application", - "/identitygovernance/lifecycleworkflows/lifecyclePolicies": "least=DelegatedWork,Application", - "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}": "least=DelegatedWork,Application", - "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules": "least=DelegatedWork,Application" + "/identitygovernance/lifecycleworkflows/lifecyclePolicies": "least=DelegatedWork,Application" } }, { @@ -32896,8 +32980,23 @@ "PATCH" ], "paths": { + "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}": "least=DelegatedWork,Application", + "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}/rules/{id}": "least=DelegatedWork,Application", "/identitygovernance/lifecycleworkflows/lifecyclePolicyPriorityConfigurations/{subjectType}": "least=DelegatedWork,Application" } + }, + { + "schemeKeys": [ + "DelegatedWork", + "Application" + ], + "methods": [ + "DELETE" + ], + "paths": { + "/identitygovernance/lifecycleworkflows/deletedItems/lifecyclePolicies/{id}": "least=DelegatedWork,Application", + "/identitygovernance/lifecycleworkflows/lifecyclePolicies/{id}": "least=DelegatedWork,Application" + } } ], "ownerInfo": { @@ -35393,6 +35492,8 @@ "/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/getMcpDiscovery(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application", + "/networkaccess/reports/getMcpDiscoverySummary(startDateTime={startDateTime},endDateTime={endDateTime})": "least=DelegatedWork,Application", "/networkaccess/reports/getUserThreatReport": "least=DelegatedWork,Application", "/networkaccess/reports/getUserThreatSummaryReport": "least=DelegatedWork,Application", "/networkaccess/reports/transactionSummaries": "least=DelegatedWork,Application", @@ -35512,6 +35613,8 @@ "/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "least=DelegatedWork,Application", "/networkaccess/tls/managedCertificateAuthorityCertificates": "least=DelegatedWork,Application", "/networkaccess/tls/managedCertificateAuthorityCertificates/{id}": "least=DelegatedWork,Application", + "/networkaccess/tls/trustedCertificateAuthorities": "least=Application", + "/networkaccess/tls/trustedCertificateAuthorities/{id}": "least=Application", "/networkAccess/tlsInspectionPolicies": "least=DelegatedWork,Application", "/networkAccess/tlsInspectionPolicies/{id}": "least=DelegatedWork,Application", "/networkAccess/tlsInspectionPolicies/{id}/policyRules": "least=DelegatedWork,Application", @@ -35644,6 +35747,8 @@ "/networkaccess/reports/getDiscoveredAIAgentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getEnterpriseApplicationReport(startDateTime={startDateTime},endDateTime={endDateTime})": "", + "/networkaccess/reports/getMcpDiscovery(startDateTime={startDateTime},endDateTime={endDateTime})": "", + "/networkaccess/reports/getMcpDiscoverySummary(startDateTime={startDateTime},endDateTime={endDateTime})": "", "/networkaccess/reports/getUserThreatReport": "", "/networkaccess/reports/getUserThreatSummaryReport": "", "/networkaccess/reports/transactionSummaries": "", @@ -35666,6 +35771,8 @@ "/networkAccess/threatIntelligencePolicies/{id}/policyRules/{id}": "", "/networkaccess/tls/externalCertificateAuthorityCertificates/{id}": "", "/networkaccess/tls/managedCertificateAuthorityCertificates/{id}": "", + "/networkaccess/tls/trustedCertificateAuthorities": "", + "/networkaccess/tls/trustedCertificateAuthorities/{id}": "", "/networkAccess/tlsInspectionPolicies": "", "/networkAccess/tlsInspectionPolicies/{id}": "", "/networkAccess/tlsInspectionPolicies/{id}/policyRules": "", @@ -57640,6 +57747,9 @@ "GET" ], "paths": { + "/security/gethuntingschematables": "least=DelegatedWork,Application", + "/security/gethuntingschematables()": "least=DelegatedWork,Application", + "/security/gethuntingschematables(workspaceid={workspaceid})": "least=DelegatedWork,Application", "/security/getrunhuntingquery": "least=DelegatedWork,Application" } } @@ -58566,6 +58676,7 @@ "/admin/people/itemInsights": "least=DelegatedWork", "/education/me/user": "", "/education/users/{id}/user": "", + "/me/accessibleTenants": "least=DelegatedWork", "/me/agentSignInSessions": "least=DelegatedWork", "/me/agentSignInSessions/{id}": "least=DelegatedWork", "/me/analytics/settings": "least=DelegatedWork", @@ -58604,6 +58715,8 @@ "/me/sponsorof": "least=DelegatedWork", "/me/sponsors": "least=DelegatedWork", "/me/transitivememberof": "least=DelegatedWork", + "/networkaccess/tls/trustedCertificateAuthorities": "least=DelegatedWork", + "/networkaccess/tls/trustedCertificateAuthorities/{id}": "least=DelegatedWork", "/organization": "", "/organization/{id}/branding": "least=DelegatedWork", "/organization/{id}/branding/localizations": "least=DelegatedWork", @@ -58895,6 +59008,7 @@ "/settings/regionalandlanguagesettings": "least=Application", "/users": "", "/users/{id}": "", + "/users/{id}/accessibleTenants": "least=DelegatedWork,Application", "/users/{id}/cloudLicensing/assignmentErrors": "", "/users/{id}/cloudLicensing/assignmentErrors/{id}": "", "/users/{id}/cloudLicensing/assignments": "", @@ -59791,6 +59905,7 @@ "/groups/{id}/cloudLicensing/usageRights": "", "/groups/{id}/cloudLicensing/usageRights/{id}": "", "/groups/{id}/cloudLicensing/usageRights/{id}/assignments": "", + "/users/{id}/accessibleTenants": "", "/users/{id}/cloudLicensing/assignmentErrors": "", "/users/{id}/cloudLicensing/assignmentErrors/{id}": "", "/users/{id}/cloudLicensing/assignments/{id}/allotment": "", diff --git a/permissions/new/provisioningInfo.json b/permissions/new/provisioningInfo.json index d9d03629..15db066e 100644 --- a/permissions/new/provisioningInfo.json +++ b/permissions/new/provisioningInfo.json @@ -2016,6 +2016,42 @@ "resourceAppId": "6ec8f64a-e5a8-48b9-b598-6b3bd2ae62e4" } ], + "AutomationRules.Read.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92" + } + ], + "AutomationRules.ReadWrite.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "fc780465-2017-40d4-a0c5-307022471b92" + } + ], "AutoSensitivityLabelPolicy.Evaluate.All": [ { "id": "12c8d2c2-b317-43c1-b749-ddafd29d43a9", @@ -4094,6 +4130,26 @@ "resourceAppId": "506cf32b-5cbe-4ced-84c6-c7bde303f77c" } ], + "CrossTenantIdentityMapping.Read.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "d0b68516-c6bb-4a3d-a967-5a939a5fa88b" + } + ], + "CrossTenantIdentityMapping.ReadWrite.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "d0b68516-c6bb-4a3d-a967-5a939a5fa88b" + } + ], "CrossTenantIdentitySyncPolicy.Read.All": [ { "id": "2bac0db0-12a3-4fde-9691-c76eb8140538", @@ -4340,6 +4396,96 @@ "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" } ], + "CustomObject.Read.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + }, + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + } + ], + "CustomObject.ReadWrite.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + }, + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + } + ], + "CustomObjectDefinition.ReadBasic.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + }, + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + } + ], + "CustomObjectDefinition.Read.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + }, + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + } + ], + "CustomObjectDefinition.ReadWrite.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + }, + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": false, + "resourceAppId": "84530cf0-7425-4ba4-be1d-efc5152aed11" + } + ], "CustomSecAttributeAssignment.Read.All": [ { "id": "b46ffa80-fe3d-4822-9a1a-c200932d54d0", @@ -4821,7 +4967,7 @@ "id": "32b9499b-bf74-47e3-a5e9-225503c77369", "scheme": "DelegatedWork", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "de247707-4e4a-47d6-89fd-3c632f870b34" } @@ -4831,7 +4977,7 @@ "id": "5c761c8b-88d1-4856-b966-a6c9fca5e609", "scheme": "DelegatedWork", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "de247707-4e4a-47d6-89fd-3c632f870b34" }, @@ -4839,7 +4985,7 @@ "id": "f64e5719-e1bc-419b-b7a9-62af37825c1f", "scheme": "Application", "environment": "PPE;public", - "isHidden": true, + "isHidden": false, "isEnabled": true, "resourceAppId": "de247707-4e4a-47d6-89fd-3c632f870b34" } @@ -6484,6 +6630,44 @@ "resourceAppId": "a50f0d49-6f8f-4402-829c-8a911168e575" } ], + "MS-EntraBackupConfiguration.Read.All": [ + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "00000002-0000-0000-c000-000000000000" + }, + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "00000002-0000-0000-c000-000000000000" + } + ], + "MS-EntraBackupConfiguration.ManageCustomerLifecycle.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "00000002-0000-0000-c000-000000000000" + } + ], + "MS-EntraBackupConfiguration.ManageServiceLifecycle.All": [ + { + "id": "", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "00000002-0000-0000-c000-000000000000" + } + ], "AppGalleryIntegrationRequest.ReadData.All": [ { "id": "0664bd48-3c66-4183-90f8-8b3194da5252", @@ -13272,6 +13456,42 @@ "resourceAppId": "" } ], + "Repository.Read.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "d6ef111a-2a98-49ce-bb65-581509dd523d" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "d6ef111a-2a98-49ce-bb65-581509dd523d" + } + ], + "Repository.ReadWrite.All": [ + { + "id": "", + "scheme": "DelegatedWork", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "d6ef111a-2a98-49ce-bb65-581509dd523d" + }, + { + "id": "", + "scheme": "Application", + "environment": "public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "d6ef111a-2a98-49ce-bb65-581509dd523d" + } + ], "ResourcePolicyAssignment.Read.All": [ { "id": "", @@ -20074,6 +20294,42 @@ "resourceAppId": "61ae9cd9-7bca-458c-affc-861e2f24ba3b" } ], + "Workbooks.Read.All": [ + { + "id": "4148016d-14b5-4f3c-a8cb-b3ee535a806f", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" + }, + { + "id": "aad13747-3c9d-4dee-a076-20de31064e0c", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" + } + ], + "Workbooks.ReadWrite.All": [ + { + "id": "d51cca4f-32f9-4569-9dba-3e90e9503e1c", + "scheme": "DelegatedWork", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" + }, + { + "id": "08346703-6dcd-4a55-b237-74b937032cbe", + "scheme": "Application", + "environment": "PPE;public", + "isHidden": true, + "isEnabled": true, + "resourceAppId": "8ee8fdad-f234-4243-8f3b-15c294843740" + } + ], "WorkforceIntegration.Read.All": [ { "id": "f1ccd5a7-6383-466a-8db8-1a656f7d06fa",