Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/30/2024 08:37 AM - last edited on 08/30/2024 10:44 AM by Sunil
Hi,
We are trying to restrict few users to request for a particular application from Saviynt.
Fo Ex: If my username is added to the restriction list, then i should be the only to have access to request a particular application for any one.
Application in scope - AD Security Group Request
Thanks
Sapna
[This message has been edited by moderator to disable url hyperlink]
08/30/2024 09:59 AM - edited 09/03/2024 06:54 AM
You can use endpoint access query use below query
where where '${requestor}' in ('Rushi','Sapna')
Here Rushi & Sapna is usernames of user
08/31/2024 12:26 AM
@nsapna
You can try putting Access Query as below
WHERE users.userkey not in (1,2)
09/03/2024 05:51 AM
We update the access query with where '${requestor}' in ('269870','284395') and changes are working as expected.