How do supervisors view a report result that is specific to their subordinates in RSA Via Lifecycle and Governance
Originally Published: 2016-04-15
Article Number
Applies To
RSA Version/Condition: All
Issue
Resolution
Note that CurrentUserID shown in the examples below will always be replaced with the ID of logged in user when running report.
Below is a sample query that provides the list of subordinates access:
(SELECT pUser.USER_ID, puser.FIRST_NAME, puser.LAST_NAME, pUAA.APPLICATION_NAME, pUAA.ACCOUNT_NAME,
pUAA.ENTITLEMENT_Type, pUAA.ENTITLEMENT_Path, pUAA.ENTITLEMENT_NAME, pUAA.VIOLATION_COUNT,
pUAA.IS_SHARED_ACCOUNT, pUAA.DC_NAME AS Collector_Name
FROM avuser.PV_USER_ALL_ACCESS pUAA LEFT JOIN
avuser.PV_USERS pUser
ON pUser.ID = pUAA.Entitled_ID
WHERE pUser.SUPERVISOR_ID = :CurrentUserID)
Steps to create the report
- From the UI, create a custom report which lists subordinates access using the above query.
- Now login as a supervisor who has access to run the above report. In the example below the supervisor is Jim Ducharme. The screen shot below shows the subordinates to Jim Ducharme.
- Run the report created above. The report result contain details of users who are subordinates to Jim Ducharme.
Related Articles
RSA Identity Governance & Lifecycle authentication fails if the authentication sources uses Aveksa Data Collector (ADC) an… 216Number of Views Collector run fails during the data collection task with an ORA-12899 or ORA-01722 error in RSA Governance & Lifecycle 575Number of Views How to create an Aveksa Statistics Report (ASR) from the linux command line prompt using SQL in RSA Identity Governance & … 449Number of Views Collector Stuck in Data Collection Phase with "Sent Request to Agent Hosting the Collector" 1.58KNumber of Views 'There was a problem processing your request' error when attempting to delete expired tokens in RSA Authentication Manager… 462Number of Views
Trending Articles
How to manipulate imported RSA SecurID Software Token(s) on an iPhone or iPad device RSA-2026-10: RSA Authentication Manager Security Update for Third-Party Component Vulnerabilities RSA SecurID Desktop Token 5.0.3 for Windows Administrator's Guide RSA SecurID Software Token 4.2.1 for Mac OS X Administrator's Guide Authentication Manager Security Console and Operations Console Inaccessible After Certificate Update
Don't see what you're looking for?