Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

How to use Dataset in provisioning json for AD Connector

RanjanS
New Contributor
New Contributor

I have a requirement where I need to read dataset in the AD provisioning json's. Can anyone help if there is any way to use Dataset in the provisioning json.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You need to create dynamic attribute on request form and use dynamic attribute in json for provisioning . you can’t use directly dataset in json.

 

example

Dynamic attribute Name - DA1

 

select attribute1 as id from dataset_values where datasetname='DEPT1'

then in connection use ${DA1}


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.