Permission set 9031 Security Groups - Objects, source in 25

Source242526272829metadata in 25

src/System Application/App/Security Groups/permissions/SecurityGroupsObjects.PermissionSet.al27 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 9031 "Security Groups - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = table "Security Group" = X,
                  codeunit "Security Group" = X,
                  page "Copy Security Group" = X,
                  page "New Security Group" = X,
                  page "Sec. Group Permissions Part" = X,
                  page "Security Group Lookup" = X,
                  page "Security Group Members" = X,
                  page "Security Group Members Part" = X,
                  page "Security Group Permission Sets" = X,
                  page "Security Groups" = X,
                  page "User Security Groups Part" = X,
                  page "Inherited Permission Sets Part" = X,
                  xmlport "Export/Import Security Groups" = X;
}