Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:14 PM
Solved! Go to Solution.
04/12/2022 02:37 PM
Hi Michael,
There are multiple ways of checking who has access to an entitlement in Saviynt :
SELECT u.username, u.firstname, u.lastname from users u left join user_accounts ua on u.userkey=ua.userkey left join accounts a on ua.accountkey=a.accountkey left join account_entitlements1 ae1 on a.accountkey=ae1.accountkey left join entitlement_values ev on ae1.entitlement_valuekey=ev.entitlement_valuekey where ev.entitlement_value='CN=MyADGroup,OU=Groups,DC=acme,DC=com'
(Hopefully I did not make any typo while writing this 🙂 )
04/12/2022 02:37 PM
Thanks for the assist on this. With a little mucking around and the above hints I was able to get a user campaign started on speecfic groups. What I'd like to do next is have the AD group owner do the entitlement/certification. I plan to skip the the employment step and get the campaign over to the group owner. Is this something that can be done in a user manager campaign should I use a different one?
04/12/2022 02:37 PM
Michael,
Entitlement Owner Review is something that seems applicable for your use case.
Regards,
Avinash Chhetri
04/12/2022 02:37 PM
Thanks Avinash,
That's what I thought. Do I place the the group owner in the default certifier field?
04/12/2022 02:37 PM
Hi Michael,
You would need to set the owner under the entitlements owner field.
Admin > Entitlements >(Entitlement Value) > Owner
Regards,
Avinash Chhetri
04/12/2022 02:37 PM
Also wanted to add that the owner has to be marked as Rank 26 or Primary Certifier depending on which version you are on.
Regards,
Avinash Chhetri