Permission set 6711 Web Service Management - View
- App
- System Application
- Namespace
- System.Integration
- Versions
- 18-28
Versions171819202122232425262728
Source in 29
src/System Application/App/Web Service Management/permissions/WebServiceManagementView.Permissionset.al21 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;
permissionset 6711 "Web Service Management - View"
{
Access = Public;
Assignable = false;
IncludedPermissionSets = "Web Service Management - Read";
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;
}