Permission set 2612 Feature Key - View in 24
- App
- System Application
- Namespace
- System.Environment.Configuration
Versions171819202122232425262728latest
Source in 24
src/System Application/App/Feature Key/permissions/FeatureKeyView.PermissionSet.al21 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;
/// <summary>
/// This permission set is required in order to view the status of a feature Key and get the status of the data upgrade
/// </summary>
permissionset 2612 "Feature Key - View"
{
Access = Internal;
Assignable = false;
IncludedPermissionSets = "Feature Key - Read",
"System Initialization - Exec";
Permissions = tabledata "Feature Data Update Status" = imd;
}