Permission set 9176 User Settings - View, source in 28

Source242526272829metadata in 28

src/System Application/App/User Settings/Permissions/UserSettingsView.PermissionSet.al30 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.Azure.Identity;
using System.Environment;
using System.Globalization;
using System.Reflection;
using System.Security.User;

permissionset 9176 "User Settings - View"
{
    Assignable = false;

    IncludedPermissionSets = "User Settings - Objects",
                             "Language - View",
                             "Tenant License State - Read",
                             "User Selection - Read",
                             "User Permissions - Read",
                             "AAD User Management - Exec",
                             "Azure AD User - View";

    Permissions = tabledata "All Profile" = r,
                  tabledata Company = r,
                  tabledata "Tenant Profile Setting" = rim,
                  tabledata "User Personalization" = rim;
}