Permission set 6895 Insurance - Read, source in 29

Source29

src/Layers/W1/BaseApp/Permissions/OnPrem/Fixed Assets/Insurance/InsuranceRead.PermissionSet.al29 lines, Copyright (c) Microsoft Corporation. MIT

namespace System.Security.AccessControl;

using Microsoft.Finance.Dimension;
using Microsoft.FixedAssets.Insurance;
using Microsoft.FixedAssets.Setup;
using Microsoft.Foundation.Comment;
using Microsoft.Inventory.Location;
using Microsoft.Purchases.Vendor;
using Microsoft.Warehouse.Structure;

permissionset 6895 "Insurance - Read"
{
    Access = Public;
    Assignable = false;
    Caption = 'Read insurances and entries';

    Permissions = tabledata Bin = R,
                  tabledata "Comment Line" = R,
                  tabledata "Default Dimension" = R,
                  tabledata "FA Class" = R,
                  tabledata "FA Location" = R,
                  tabledata "FA Subclass" = R,
                  tabledata "Ins. Coverage Ledger Entry" = R,
                  tabledata Insurance = R,
                  tabledata "Insurance Type" = R,
                  tabledata Location = R,
                  tabledata Vendor = R;
}