Permission set 2610 Feature Key - Read, source in 24
Source242526272829metadata in 24
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;
}