Report on Securables
This section describes how to create the report definition for securables. The Actions table stores the securables for a particular action. For example, actions are Mart, Model, Entity, User Management, and so on.
Follow these steps:
- Edit the reports.xml file and include the report definition for the properties of the Securable table that you want to report on.
- Edit the reports_schema.xml file and include the schema definition for the report. You can also generate the schema definition using a tool of your choice and include it in the reports_schema.xml file.
The following example shows the report definition to report on the Securable table.
<report>
<Name>Actions</Name>
<Securable>
<Report_Output>
<Property>
<Type>Name</Type>
<Type>Parent_Name</Type>
<Type>Display_Name</Type>
</Property>
</Report_Output>
</Securable>
</report>
Column Name |
Description |
Name |
Securable identifier |
Parent_Name |
Parent securable item if any |
Display_Name |
Display name for the securable identifier |
Copyright © 2025 Quest Software, Inc. |