Permission set 2581 D365 PROFILE MGT

App
Base Application
Namespace
System.Security.AccessControl
Versions
18-28

Versions171819202122232425262728

Source29

Source in 29

src/Layers/W1/BaseApp/Permissions/d365profilemgt.permissionset.al28 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using System.Environment.Configuration;
using System.Reflection;
using System.Tooling;

permissionset 2581 "D365 PROFILE MGT"
{
    Access = Public;
    Assignable = true;
    Caption = 'D365 Profile Mgt & Customiz.';

    IncludedPermissionSets = "Metadata - Read";

    Permissions = tabledata "All Profile" = IMD,
                  tabledata "All Profile Extension" = IMD,
                  tabledata "All Profile Page Metadata" = IMD,
                  tabledata "Profile Configuration Symbols" = IMD,
                  tabledata "Tenant Profile" = IMD,
                  tabledata "Tenant Profile Extension" = IMD,
                  tabledata "Tenant Profile Page Metadata" = IMD,
                  tabledata "Tenant Profile Setting" = IMD,
                  tabledata "Designer Diagnostic" = RIMD,
                  tabledata "Profile Designer Diagnostic" = RIMD,
                  tabledata "Profile Import" = RIMD,
                  system "Add Table Field To Page" = X;
}