Permission set 9011 Azure AD User - Read in 28

App
System Application
Namespace
System.Azure.Identity

Versions171819202122232425262728latest

Source242526272829

Source in 28

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;
}