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
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.