Permission set 111 Power BI - Read, source in 29

Source242526272829

src/System Application/App/System Permissions/permissions/PowerBiRead.Permissionset.al17 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.Integration;

permissionset 111 "Power BI - Read"
{
    Access = Public;
    Assignable = false;

    Permissions = tabledata "Power BI Blob" = R,
                  tabledata "Power BI Default Selection" = R;
}