Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2024 08:19 AM
Hi,
We have a requirement where we need to create a SAV role and assign it to the users. We need to restrict the users who are having that SAV role cannot able to see other endpoints in ARS page except one endpoint. Could you please let me know if there is any other alternate solutions?
Regards,
KP
09/04/2024 08:28 AM
Hi @KP18 You can also use a CP value from users. Lets say cp5 = 'N' as flag you use, then for the for the endpoints which you don't want them to have access, there at the endpoint level access query give condition like WHERE users.customproperty5 NOT LIKE '%N%' or WHERE users.customproperty5 is NULL.
Regards,
Indra
09/04/2024 08:44 AM
09/05/2024 02:53 AM - edited 09/05/2024 02:53 AM
Hi,
I tried with the below query. I can see all the other endpoints instead of that one particular endpoint which I want to see.
where users.userkey in (select distinct us.userkey from User_savroles us where us.rolekey in ('21'))
09/05/2024 08:18 AM
So your issue resolved or any further assistance needed ?