I was exploring the search functionality in SailPoint ISC and had a question regarding filtering Access Profiles.
I’m trying to find all Access Profiles related to a specific source (for example, Active Directory) where the name starts with a particular letter (like “A”).
What I Tried
Used the search bar in ISC to look for Access Profiles
Applied basic filters for the source (Active Directory)
Tried searching using keywords like “A*” or similar patterns
However, I wasn’t sure if wildcard or pattern-based searches are fully supported in this context.
My Question
Is there a recommended way to:
Filter Access Profiles by source (e.g., Active Directory)
And also apply a name-based filter (starts with a specific letter or pattern)
Are there any best practices or supported query formats for this in ISC search?
Would appreciate any guidance or examples on how others handle this kind of filtering.
@Gxurav713 (name.exact:a* OR name.exact:A*) AND source.name:“Active Directory” might work but not sure about how should we filter with access profile, currently working on it and will update you once i will find any such thing