Permission set 4300 Agent - Objects in 25
- App
- System Application
- Namespace
- System.Agents
Versions171819202122232425262728latest
Source in 25
src/System Application/App/Agent/Permissions/AgentObjects.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.Agents;
permissionset 4300 "Agent - Objects"
{
Access = Internal;
Assignable = false;
Permissions = codeunit "Agent Task Impl." = X,
page "Agent Access Control" = X,
page "Agent Card" = X,
page "Agent List" = X,
page "Agent Task List" = X,
page "Agent Task Message Card" = X,
page "Agent Task Message List" = X,
page "Agent Task Step List" = X,
codeunit "Agent Impl." = X,
codeunit "Agent Task" = X;
}