Permission set 8350 MCP - Objects in 28

App
System Application
Namespace
System.MCP

Versions171819202122232425262728latest

Source272829

Source in 28

src/System Application/App/MCP/Permissions/MCPObjects.PermissionSet.al22 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.MCP;

permissionset 8350 "MCP - Objects"
{
    Access = Internal;
    Assignable = false;
    Caption = 'MCP - Objects';

    Permissions = table "MCP API Publisher Group" = X,
                  table "MCP API Version" = X,
                  table "MCP Configuration" = X,
                  table "MCP Configuration Tool" = X,
                  table "MCP Config Warning" = X,
                  table "MCP Entra Application" = X,
                  table "MCP System Tool" = X;
}