Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Service Owner to AD - Multiple owner

sabthamis
Regular Contributor II
Regular Contributor II

Hello Everyone,

When I am trying to create the service account from Saviynt with below code is updating the owner and other details. My requirment is when multiple owner are selected the values should be populated with semi colon separated which is not working.

"OwnerGUID": "${ServiceAccountOwnerMap.get('USEROWNERS').get('1').collect{it.customproperty7.toString()}[0]}",
"OwnerName": "${ServiceAccountOwnerMap.get('USEROWNERS').get('1').collect{it.displayName.toString()}[0]}",

tried something like...which worked but again for one owner only the values is updated in AD

"OwnerGUID": "${ServiceAccountOwnerMap.get('USEROWNERS').get('1').collect{it.customproperty7.toString()}.join(';')}"

Any  help is much appreciated..Thanks

1 REPLY 1

rushikeshvartak
All-Star
All-Star

What is expected results ?

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.