Permission set 95 Session - Read in 26

App
System Application
Namespace
System.Security.AccessControl

Versions171819202122232425262728latest

Source242526272829

Source in 26

src/System Application/App/System Permissions/permissions/SessionRead.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.Environment;
using System.Diagnostics;

permissionset 95 "Session - Read"
{
    Access = Public;
    Assignable = false;

    Permissions = tabledata "Active Session" = R,
                  tabledata "Database Locks" = R,
                  tabledata "Server Instance" = R,
                  tabledata Session = R,
                  tabledata "Session Event" = R;
}