To filter navigation with permissions
<nav-menu> <menu label="Reporting…"> <permission name="reports.read" /> <link href=href="reporting" target="thisWindow" label="Reports"></link> </menu> </nav-menu>
Only users with the report.read permission may access reporting. The permission should be specified in the <link> element if the restriction only applies to one specific link in the category.
Related topics