Element Details: Right+From+Role
 Back


Available in: Logi Info Source code name: RightFromRoleIntroduced in: v10.0.189

The RightFromRole element defines each application right individually. There is one RightFromRole for each Right. The ID is the right value that corresponds to SecurityRightID attributes in report definitions.

RightFromRole works with UserRoles. If a user has a role that is returned by this element's DataLayer, then he is allowed the right specified in the ID.

Add a DataLayer which returns roles. When the user has matching roles, the user is given this right. The data can include roles in multiple rows or with a comma-delimited list in one row. Set the column containing roles values with the RolesDataColumn attribute. The first column is used by default.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
RolesDataColumn
UserDefined
The DataColumn that has one or more Role values. Multiple values can come from each row when each value is a comma-delimited list. The default is the DataLayer's first column.



PARENT ELEMENTS

Click element to drill down for more information.

User Rights


CHILD ELEMENTS

Click element to drill down for more information.

DataLayer.Cached
DataLayer.CSV
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.Google Spreadsheet
DataLayer.JSON
DataLayer.LDAP
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.Plugin
DataLayer.REST
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Web Feed
DataLayer.Web Scraper
DataLayer.Web Service
DataLayer.XML


 Back to top


 Chart Debug