Role Scorecard Report

Which IIQ version are you inquiring about?

8.4p2

I want to run a report on role details that also contains the information from the role scorecard. I could not find an OOTB report that produces this and the Advance analytics only returns the information from Role Index.

RoleIndex assignedCount=“188” created=“1771334115743” entitlementCount=“8” entitlementCountInheritance=“8” id=“0a1d48839bf41ad8819c6bbda19f2c46” lastAssigned=“1769031474457”

RoleScorecard created=“1658844202097” id=“0a1d4883822f184081823ad1c4711436” members=“188” membersWithAdditionalEntitlements=“188” modified=“1771334307020” provisionedEntitlements=“23” significantModified=“1771334307020”

You can create a custom report to handle this

Pulling info from the role, role index, and role scorecard all in one report

@talbright Role Statistics is only be updated when you refresh identities with option: Refresh role metadata for each identity, otherwise it’ll present misleading information. If you are going ahead with role statistics, please make sure you are running the refresh task regularly.

Note: Found a fix? Help the community by marking the comment as solution. Feel free to react(:heart:, :+1:, etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.

My issue is not with updating. I have task running for this. My requirement is getting that data into a report.

I tried a report from Identity analytics but do not see how to pull in the scorecard info. Any suggestions or examples?

You’ll need to develop a custom report (TaskDefinition w/ type=”LiveReport”) to handle this

Would recommend starting with the Role Details Report as a base, and customizing it with additional columns/query params to fit your needs. May need to edit the datasource to objectType if the RoleDetailsDataSource class does not already pull the scorecard info

Can use this document (page 104) to aid in creating this custom report

https://community.sailpoint.com/t5/IdentityIQ-Product-Guides/8-4-IdentityIQ-Reports-Guide/ta-p/240708

1 Like