Report on Permissions
This section describes how you can create the report definition for permissions.
Follow these steps:
- Edit the reports.xml file and include the report definition for the properties of the Permission 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 Permission table:
<report>
<Name>Permissions</Name>
<Permission>
<Report_Output>
<Property>
<Type>ID</Type>
<Type>Action_Name</Type>
<Type>Securable_Name</Type>
</Property>
</Report_Output>
</Permission>
</report>
Column Name |
Description |
Id |
Identifier for the permission |
Action_Name |
Action associated with the permission |
Securable_Name |
Securable associated with the permission |
Copyright © 2025 Quest Software, Inc. |