Report on Permission Assignment

This section describes how you can create the report definition for permission assignments.

Follow these steps:

  1. Edit the reports.xml file and include the report definition for the properties of the Permission Assignment table that you want to report on.
  2. 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 Assignment table:

 <report>
    <Name>Permission Assignments</Name>
        <Permission_Assignment>
            <Report_Output>
               	<Property>
            		<Type>Profile_ID</Type>
             		<Type>Permission_ID</Type>
                </Property>
             </Report_Output>
        </Permission_Assignment>
 </report> 

Column Name

Description

Profile_Id

Profile identifier for the profile

Permission_Id

Permission identifier for the permission assigned on the profile