Permission set 7871 Outlook Sync. - Edit, source in 29

Source29

src/Layers/W1/BaseApp/Permissions/OnPrem/Outlook Synchronization/OutlookSyncEdit.PermissionSet.al23 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using System.Diagnostics;
using System.Environment;
using System.Threading;

permissionset 7871 "Outlook Sync. - Edit"
{
    Access = Public;
    Assignable = false;
    Caption = 'Outlook Synch. power user';

    Permissions = tabledata "Scheduled Task" = R,
                  tabledata "Change Log Entry" = Ri,
                  tabledata "Change Log Setup (Field)" = RIM,
                  tabledata "Change Log Setup (Table)" = RIM,
                  tabledata "Change Log Setup" = RM,
                  tabledata "Job Queue Category" = Rimd,
                  tabledata "Job Queue Entry" = RImd,
                  tabledata "Job Queue Log Entry" = Ri,
                  tabledata "Job Queue Role Center Cue" = RImd;
}