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

How to use datasets in AD connector json

Srinivas_N
New Contributor III
New Contributor III

Hi,
can anyone suggest me how to use datasets in create account json. send me any references.

we have some values in users customproperty61 which is stored in dataset, so while creating AD account we need to pass this dataset values and based on this we are setting samAccountname.
The samAccountName will be like if condition meets its username and if it doesn't meets it should be firstname.username.

Thanks
Srinivas N

4 REPLIES 4

PremMahadikar
All-Star
All-Star

Hi @Srinivas_N ,

If you are creating AD account from ARS. Follow the below approach:

  • 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 - DA2
  • select attribute1 as id from dataset_values where datasetname='DEPT2'
  • then in connection use ${DA2}

Reference article: Solved: Calling Dataset from connector - Saviynt Forums - 22315

 

If this helps your question, please consider selecting Accept As Solution and hit Kudos

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/identity-governance/calling-dataset-from-connector/m-p/22315


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

Srinivas_N
New Contributor III
New Contributor III

Thanks for the reply, can you tell me how to create the dynamic attribute in request form or send me the documentation/reference.

Refer https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter13-Access-Requests/ars-mang-...


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