Permission set 4305 Agent - Admin, source in 29

Source29

src/Layers/W1/BaseApp/Permissions/AgentAdmin.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.Security.AccessControl;

using System.Agents;

permissionset 4305 "Agent - Admin"
{
    Assignable = true;
    Caption = 'Agent administrator';
    IncludedPermissionSets = "D365 Agent";
    Permissions =
        page "Agent Creation Control" = X,
        page "Agent Creation Control Part" = X,
        tabledata "Access Control" = RIMD,
        tabledata Agent = RIMD,
        tabledata "Agent Creation Control" = RIMD,
        system "Configure All Agents" = X,
        system "Create Custom Agent" = X;
}