Permission set 9016 Azure AD Plan - Read in 27
- App
- System Application
- Namespace
- System.Azure.Identity
Versions171819202122232425262728latest
Source in 27
src/System Application/App/Azure AD Plan/permissions/AzureADPlanRead.PermissionSet.al23 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.Environment;
using System.Security.AccessControl;
permissionset 9016 "Azure AD Plan - Read"
{
Access = Internal;
Assignable = false;
IncludedPermissionSets = "Azure AD Plan - Objects",
"Azure AD User - View";
Permissions = tabledata "Access Control" = r,
tabledata Company = r,
tabledata User = r;
}