Permission set 1921 Performance Profiler - Objects
- App
- System Application
- Namespace
- System.Tooling
- Versions
- 20-28
Versions171819202122232425262728
Source in 29
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;
}