Permission set 9172 Default Role Center - View in 27

App
System Application
Namespace
System.Environment.Configuration

Versions171819202122232425262728latest

Source242526272829

Source in 27

src/System Application/App/Default Role Center/Permissions/DefaultRoleCenterView.PermissionSet.al18 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.Reflection;

permissionset 9172 "Default Role Center - View"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Default Role Center - Read";

    Permissions = tabledata "All Profile" = m;
}