When submitting advanced reports with SQL queries like for example SELECT * FROM SCC_Roles, users with access to reports basically have unrestricted access to the information stored in the Performance Manager database. To restrict this access, you can configure which user roles may not access which database tables. If a user tries to create an advanced report using one of the restricted tables, an information message is displayed.
XML tag | Restricted tables |
---|---|
<SuperUser>SCC_Users,SCC_UserGroups,dual</SuperUser> | Restricts the SuperUser role's access to the SCC_Users and SCC_UserGroups tables. |
<Reporter>SCC_Users,SCC_UserGroups,dual</Reporter> | Restricts the Reporter role's access to the SCC_Users and SCC_UserGroups tables. |
<Reports> <LockedTables> <SuperUser>SCC_Users,SCC_UserGroups,dual</SuperUser> <Reporter>SCC_Users,SCC_UserGroups,dual</Reporter> </LockedTables> </Reports>