Permission set 9004 Azure AD Plan - Admin, source in 29
src/System Application/App/Azure AD Plan/permissions/AzureADPlanAdmin.PermissionSet.al22 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 9004 "Azure AD Plan - Admin"
{
Access = Public;
Assignable = false;
IncludedPermissionSets = "Azure AD Plan - View";
Permissions = tabledata "Access Control" = ri,
tabledata "Custom Permission Set In Plan" = imd,
tabledata "Default Permission Set In Plan" = imd,
tabledata "Plan Configuration" = imd;
}