Permission set 2610 Feature Key - Read in 24
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source 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;
}