Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Calling Dataset from connector

GOE
Regular Contributor
Regular Contributor

Hello,

Is it possible to call dataset values from Active Directory connector?

Thanks

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Refer https://forums.saviynt.com/t5/identity-governance/how-to-use-dataset-in-provisioning-json-for-ad-con... 

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.

GOE
Regular Contributor
Regular Contributor

Okay, got it. Thanks!