Permission set 6711 Web Service Management - View in 26

App
System Application
Namespace
System.Integration

Versions171819202122232425262728latest

Source242526272829

Source in 26

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;
}