Permission set 87 Metadata - Read in 28

App
System Application
Namespace
System.Security.AccessControl

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/Permissions/MetadataRead.PermissionSet.al45 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.Security.AccessControl;

using System.DataAdministration;
using System.DateTime;
using System.Environment.Configuration;
using System.Globalization;
using System.Reflection;
using System.Utilities;

permissionset 87 "Metadata - Read"
{
    Access = Public;
    Assignable = false;

    IncludedPermissionSets = "Field Selection - Read",
                             "Object Selection - Read",
                             "Table Information - Read";

    Permissions = tabledata "All Profile" = R,
                  tabledata "All Profile Extension" = R,
                  tabledata "All Profile Page Metadata" = R,
                  tabledata AllObj = R,
                  tabledata "CodeUnit Metadata" = R,
                  tabledata Date = R,
                  tabledata "Object Metadata" = R,
                  tabledata "Page Documentation" = R,
                  tabledata "Page Metadata" = R,
                  tabledata "Profile Configuration Symbols" = R,
                  tabledata "Query Metadata" = R,
                  tabledata "Report Metadata" = R,
                  tabledata "System Object" = R,
                  tabledata "Table Metadata" = R,
                  tabledata "Tenant Profile" = R,
                  tabledata "Tenant Profile Extension" = R,
                  tabledata "Tenant Profile Page Metadata" = R,
                  tabledata "Tenant Profile Setting" = R,
                  tabledata "Time Zone" = R,
                  tabledata "Windows Language" = R;
}