Permission set 1921 Performance Profiler - Objects in 25

App
System Application
Namespace
System.Tooling

Versions171819202122232425262728latest

Source242526272829

Source in 25

src/System Application/App/Performance Profiler/permissions/PerformanceProfilerObjects.PermissionSet.al20 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.Tooling;

permissionset 1921 "Performance Profiler - Objects"
{
    Access = Internal;
    Assignable = false;

    Permissions = codeunit "Sampling Performance Profiler" = X,
                  codeunit "Scheduled Perf. Profiler" = X,
                  page "Performance Profiler" = X,
                  page "Perf. Profiler Schedules List" = X,
                  page "Perf. Profiler Schedule Card" = X,
                  page "Performance Profile List" = X;
}