Permission set 6712 Web Service Management - Admin in 26
- App
- System Application
- Namespace
- System.Integration
Versions171819202122232425262728latest
Source in 26
src/System Application/App/Web Service Management/permissions/WebServiceManagementAdmin.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.Integration;
using System.Environment.Configuration;
permissionset 6712 "Web Service Management - Admin"
{
Access = Public;
Assignable = false;
IncludedPermissionSets = "Web Service Management - View",
"Feature Mgt. - Admin";
Permissions = tabledata "Tenant Web Service" = IMD,
tabledata "Tenant Web Service Columns" = IMD,
tabledata "Tenant Web Service Filter" = IMD,
tabledata "Tenant Web Service OData" = IMD,
tabledata "Web Service" = IMD,
tabledata "Web Service Aggregate" = IMD;
}