Permission set 219 System Application - Objects, source in 26

Source242526272829metadata in 26

src/System Application/App/Permissions/SystemApplicationObjects.PermissionSet.al66 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.Environment.Configuration;
using System.Azure.Identity;
using System.Device;
using System.Security.Encryption;
using System.Visualization;
using System.Privacy;
using System.Reflection;
using System.Integration;
using System.Integration.Excel;
using System.ExternalFileStorage;
using System.Email;
using System.Text;
using System.Globalization;
using System.Tooling;
using System.Utilities;
using System.DataAdministration;
using System.Integration.Sharepoint;
using System.Security.User;
using System.Integration.Word;
using System.Apps;

permissionset 219 "System Application - Objects"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Advanced Settings - Objects",
                             "Azure AD Plan - Objects",
                             "AAD User Management - Objects",
                             "Cryptography Mgt. - Objects",
                             "Cues and KPIs - Objects",
                             "Data Classification - Objects",
                             "Document Sharing - Objects",
                             "Edit in Excel - Objects",
                             "Email - Objects",
                             "Entity Text - Objects",
                             "Extension Management - Objects",
                             "Feature Key - Objects",
                             "File Storage - Objects",
                             "Guided Experience - Objects",
                             "Language - Objects",
                             "Page Summary Provider - Obj.",
                             "Performance Profiler - Objects",
                             "Permission Sets - Objects",
                             "Printer Management - Objects",
                             "Record Link Management - Obj.",
                             "Retention Policy - Objects",
                             "Security Groups - Objects",
                             "SharePoint API - Objects",
                             "Table Information - Objects",
                             "Table Key - Objects",
                             "Translation - Objects",
                             "User Permissions - Objects",
                             "User Selection - Objects",
                             "User Settings - Objects",
                             "Web Service Management - Obj.",
                             "Word Templates - Objects";
}