Permission set 98 Webhook - Read in 28

App
System Application
Namespace
System.Security.AccessControl

Versions171819202122232425262728latest

Source242526272829

Source in 28

src/System Application/App/System Permissions/permissions/WebhookRead.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.Security.AccessControl;

using System.Integration;

permissionset 98 "Webhook - Read"
{
    Access = Internal;
    Assignable = false;

    Permissions = tabledata "API Webhook Notification" = R,
                  tabledata "API Webhook Notification Aggr" = R,
                  tabledata "API Webhook Subscription" = R,
                  tabledata "Webhook Notification" = R,
                  tabledata "Webhook Subscription" = R;
}