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 Governance & Lifecycle Recipes: Chart - Review Results - Review Violations 10Number of Views How the Pending Revoke category functions in the default reviewer interface style of the User Access Review in RSA Identit… 58Number of Views Privileges(signoff and review) in coverage files are honored only when the sign off is enabled in review definition for RS… 51Number of Views Review results are removed from the system after deleting a review definition in RSA Identity Governance & Lifecycle 29Number of Views RSA Identity Governance and Lifecycle report template Entitlement Review Item Details by Reviewer does not display the cu… 78Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU RSA Authentication Manager 8.9 Release Notes (January 2026) How to create and configure certificates for HTTPS access when using intermediate CA certs in RSA Identity Governance & Li…
Don't see what you're looking for?