Report on Profile Assignments

This section describes how you can create the report definition for profile assignment.

Follow these steps:

  1. Edit the reports.xml file and include the report definition for the properties of the Profile 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 Profile Assignment table:

 <report>
    <Name>Profile Assignments</Name>
        <Profile_Assignment>
            <Report_Output>
               <Property>
            		<Type>Catalog_ID</Type>
             		<Type>Profile_ID</Type>
             		<Type>User_ID</Type>
                </Property>
             </Report_Output>
        </Profile_Assignment>
 </report>

Column Name

Description

Catalog_Id

Identifier for the catalog for which profile is assigned

Profile_Id

Identifier for the profile assigned

User_Id

Identifier for the User for which the profile is assigned