We are on IdentityIQ 8.4p1 and I am attempting to report on all the roles that have been requested via the Access Request function. There is a column in the Access Request Status report for ‘Entitlement’ and ‘Entitlement Value’ but not for ‘Role’.
It’s strange that this isn’t included OOTB as I would imagine that this is common requirement.
Can anybody assist with adding a column into the report to pull back all roles that have been requested via an access request please?
3_LiveReports_FINAL.pptx (7.4 MB)
I reviewed the report and noticed it’s a Java-based report. You’ll need to unzip the relevant identityiq.jar file, locate the associated class, and add the required field. However, please note that having extensive customizations can create challenges during upgrades. i have one document that might help to move further.
I managed to pull the required data through exporting the IdentityRequest objects and creating a PS script to iterate through them and retrieve the required data.
Thankfully it’s likely to be one off task which we won’t need to rerun.