Permission set 9176 User Settings - View, source in 26
Source242526272829metadata in 26
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.Globalization;
using System.Environment;
using System.Security.User;
using System.Azure.Identity;
using System.Reflection;
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;
}