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.
@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(, , etc.) with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.
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