Permission set 2615 Feature Mgt. - Admin, source in 29

Source242526272829

src/System Application/App/Feature Key/permissions/FeatureMgtAdmin.PermissionSet.al19 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 to turn a feature on or off. It can be assigned to users to give full access to the Feature Management functionality.
/// </summary>
permissionset 2615 "Feature Mgt. - Admin"
{
    Access = Public;
    Assignable = true;
    Caption = 'Feature Management - Admin';

    IncludedPermissionSets = "Feature Key - Admin";
}