Permission set 1921 Performance Profiler - Objects, source in 24

Source242526272829metadata in 24

src/System Application/App/Performance Profiler/permissions/PerformanceProfilerObjects.PermissionSet.al16 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,
                  page "Performance Profiler" = X;
}