Permission set 9172 Default Role Center - View, source in 24
Source242526272829metadata in 24
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;
}