Searching Roles with entitlements from a specific source

Hi all, is it possible to find all roles with entitlements from a specific source using search queries? Did not see that source.name was a searchable field for roles. Thanks in advance.

Hi

In IdentityNow (IDN), you cannot directly search for roles by source.name of their entitlements using the standard search UI—this is not supported.

The Role Search feature (in IdentityIQ; similar UI experience applies in IDN) lets you filter roles based on:

  • Display name (e.g. sys*) using operators like “is like”
  • Role owner
  • Role type (e.g. IT, Business)
  • Enabled/disabled status, risk score, entitlements‑count, etc.

Here is some document for your refence and help you.

I hope this will help you.

Thanks

Thanks, I figured this might not be supported in UI. Is best way to approach this to just call APIs and iterate through the list of Roles to find if they have entitlements belonging to a specific source?