Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:20 PM
Solved! Go to Solution.
04/12/2022 03:03 PM
Hi Padma,
Can you please elaborate the need to have an entitlement value referenced inside the create account JSON ?
Will all your create Account tasks also have a corresponding add access task ?
Regards,
Avinash Chhetri
04/12/2022 03:03 PM
04/12/2022 03:03 PM
Hi Padma,
Based on what I understand, it seems that you have to provide an entitlement at the time of account creation. Im not sure if I have encountered this elsewhere.
You could probably explore the option of sending a default least privilege, like Read at the time of account creation, with the assumption that the access they usually get is greater than Read.
Howevere, here's the relationship between an createAccount task and addAccess task when they are created in Saviynt.
TaskType 3 is the "createAccount" task, let's call it Parent Task.
Tasktype 1 is the '"addAccess" task, lets call it Child Task.
The TASKKEY of the Parent Task (196880) is also mentioned in the PARENTTASK column of the child task.
Since this is a db connector, you could probably try out writing a simple join to get the child taskkey from the parent and then use the entitlement value key?
The assumption here is that there is only one and exactly one add access task for the parent create account task.
Regards,
Avinash Chhetri
04/12/2022 03:03 PM
04/12/2022 03:03 PM
Padma,
Did you check the logs for the error ?
Regards,
Avinash Chhetri