Permission set 9011 Azure AD User - Read
- App
- System Application
- Namespace
- System.Azure.Identity
- Versions
- 18-28
Versions171819202122232425262728
Source in 29
src/System Application/App/Azure AD User/permissions/AzureADUserRead.PermissionSet.al17 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.Security.AccessControl;
permissionset 9011 "Azure AD User - Read"
{
Access = Internal;
Assignable = false;
Permissions = tabledata User = r,
tabledata "User Property" = r;
}