Permission set 8335 VSC Intgr. - Admin, source in 25
Source2526272829metadata in 25
src/System Application/App/VS Code Integration/Permissions/VSCIntgrAdmin.PermissionSet.al23 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Integration;
using System.Apps;
using System.Tooling;
using System.Reflection;
permissionset 8335 "VSC Intgr. - Admin"
{
Access = Public;
Assignable = true;
Caption = 'VS Code Integration - Admin';
Permissions = tabledata AllObjWithCaption = R,
tabledata "Application Object Metadata" = R, // r needed for check CanInteractWithSourceCode
tabledata "Extension Execution Info" = R,
tabledata "Page Info And Fields" = R,
tabledata "Published Application" = R;
}