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

SIGA Binding variable "entitlementValue" - we want to know what all attributes we can access in SIGA

vinitamulchanda
New Contributor
New Contributor

Hi Team ,

 

Inside Connector JSON, we can access entitlementValue.ID, entitlementValue.customProperty1 etc.. Could you please share all the attributes we can access using this binding variable? 

5 REPLIES 5

AmitM
Valued Contributor
Valued Contributor

Hi @vinitamulchanda , that specific information is not available. But is there any specific attribute you trying to use. It should allow most of the attributes if not all.

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.

rushikeshvartak
All-Star
All-Star

Navigate to connection and in bottom of page near save and test connection click on Help button to check available variables

rushikeshvartak_0-1709128578176.png

 

latest binding variables can be found on documentation 

underline each object which sub object is exposed can be guessed by table name 

for exmaple

arsTasks.tasktype


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

vinitamulchanda
New Contributor
New Contributor

But we have a use case we want to read the type of entitlement in the JSON, how do we know entitlemenValue holds any object to read the value for entitlementType

you can't get that in JSON. Closest or best option would be to store that value in request form Dynamic attribute and use that in provisioning JSON. 

BR, Amit

 

We can read same ${entitlementValue.entitlementtypekey}


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