Is there a way to search for all access requests and approvals for a specific application configured in ISC? We have an application set up with a few access profiles that point to our Active Directory source. We want to query requests and approvals just for those access profiles.
Please try below
Access Request Report
type:Access_Request AND source.name:'Active Directory'
Approval report
name:"Approval"
We have thousands of access request for Active Directory - which is why I’m trying to narrow my search down to the Application level, not the source level.
Didn’t come across search on Application yet not sure it is supported.
Similar post
Thanks
Assuming that you want to search on a specific set of access profiles, you can try something like the below…
name:Approval AND attributes.accessItemName:"accessName"
This should return a list of approvals for that access profile.
For access requests, the following can be used:
type:Access_Request AND (details:"accessProfileName1" OR details:"accessProfileName2")
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.