IdentityNow Search to get Roles that has specific key word in description

Hi,

I’m trying to find if there is an option to use contains in the search query to get the roles / access profiles which has the specific key word.

From SailPoint docs,I dont see contains Operator. But just want to check if there is any other alternate options to get this done.

HI @chandramohan27,

You can directly enter the keyword in search query it will display all the items with that keyword and further you can filter Roles/Access Profiles.

Additionally, unless you specify keyword in double quotes result will contain all the items with searched keyword.

2 Likes

Hi Chandra ,
You can use the following query to return the roles/access profile containing specific key word.Lets assume you have to filter out roles containing “Admin” in their Access name ,Then
name:Admin
This will give the AP/roles contains Admin word in their name.
Thanks

1 Like

If you want to find a keyword anywhere in the description of the role, you can search using * before and after the keyword. for eg; “*admin*”. This will return all the entities with that keyword and you can select roles from the results.

Thanks

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.