Permission set 2610 Feature Key - Read

App
System Application
Namespace
System.Environment.Configuration
Versions
18-28

Versions171819202122232425262728

Source242526272829

Source in 29

src/System Application/App/Feature Key/permissions/FeatureKeyRead.PermissionSet.al25 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.Environment.Configuration;

using System.Environment;

permissionset 2610 "Feature Key - Read"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Feature Key - Objects",
                             "System Initialization - Exec";

    Permissions = tabledata "Active Session" = r,
                  tabledata Company = r,
                  tabledata "Feature Data Update Status" = R,
                  tabledata "Feature Key" = r,
                  tabledata "Scheduled Task" = r,
                  tabledata "Session Event" = r;
}