Hi @sxxnex ,
In Sailpoint iiq you can find this by detected roles ,but In ISC, there is no filter to clearly separate entitlements assigned via roles vs directly, but you can achieve this using API or search.
One approach is to use the Entitlements API / Accounts API and check the assignment type.
If Entitlement/role assigned through Access request ,it will Link as role membership
If it’s directly assigned from backend or target system,it will appear as standalone
Check this via API as
Standalone= true it means directly assigned from backend
Standalone= false assigned via access request
You can try generating a preview through search access item certification. The status report should give you only the entitlements solely assigned to users.
In my testing, searching using standalone:true only returns entitlements that are not associated with an Access Profile. So if you have Roles that assign entitlements directly, not via Access Profiles, those entitlements will show up as being standalone.
There still seems to be a lot of search issues around finding Entitlements that are directly assigned in Roles.
Also Entitlements that are requestable will show up as Standalone.