Permission set 9515 AAD User Management - Exec, source in 25
Source242526272829metadata in 25
src/System Application/App/Azure AD User Management/permissions/AADUserManagementExec.PermissionSet.al25 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.Azure.Identity;
using System.Globalization;
using System.Security.AccessControl;
using System.Environment.Configuration;
permissionset 9515 "AAD User Management - Exec"
{
Access = Public;
Assignable = false;
IncludedPermissionSets = "AAD User Management - Objects",
"Azure AD User - View",
"Azure AD Plan - View",
"Language - View";
Permissions = tabledata User = rm,
tabledata "User Personalization" = r,
tabledata "User Property" = r;
}