Permission set 6710 Web Service Management - Read, source in 29

Source242526272829

src/System Application/App/Web Service Management/permissions/WebServiceManagementRead.Permissionset.al30 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.Apps;
using System.Environment.Configuration;
using System.Reflection;

permissionset 6710 "Web Service Management - Read"
{
    Access = Internal;
    Assignable = false;

    IncludedPermissionSets = "Web Service Management - Obj.";

    Permissions = tabledata AllObj = r,
                  tabledata AllObjWithCaption = r,
                  tabledata Field = r,
                  tabledata "Published Application" = r,
                  tabledata "Record Link" = R,
                  tabledata "Tenant Web Service" = R,
                  tabledata "Tenant Web Service Columns" = R,
                  tabledata "Tenant Web Service Filter" = R,
                  tabledata "Tenant Web Service OData" = R,
                  tabledata "Web Service" = R,
                  tabledata "Web Service Aggregate" = R;
}