Permission set 9862 Permission Sets - Objects
- App
- System Application
- Namespace
- System.Security.AccessControl
- Versions
- 21-28
Versions171819202122232425262728
Source in 29
src/System Application/App/Permission Sets/src/permissions/PermissionSetsObjects.PermissionSet.al31 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.Security.AccessControl;
permissionset 9862 "Permission Sets - Objects"
{
Access = Internal;
Assignable = false;
Permissions =
codeunit "Permission Set Card Subscriber" = X,
codeunit "Permission Set Relation" = X,
codeunit "Permissions Overview" = X,
codeunit "Log Activity Permissions" = X,
page "Expanded Permissions" = X,
page "Expanded Permissions Factbox" = X,
page "Included PermissionSet FactBox" = X,
page "Metadata Permission Subform" = X,
page "Permission Lookup List" = X,
page "Permission Set" = X,
page "Permission Set Lookup List" = X,
page "Permission Set Subform" = X,
page "Permission Set Tree" = X,
page "Tenant Permission Subform" = X,
xmlport "Export Permission Sets System" = X,
xmlport "Export Permission Sets Tenant" = X,
xmlport "Import Permission Sets" = X;
}