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 fetch requested Entitlement name in Connection JSON

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 31 2020 at 06:55 UTC

Hello Team,


We are working on Database Connector, as part of GRANTACCESSJSON we want to insert requested Entitlement name in Target database table. Using following JSON we are able to insert requested Entitlement Key but we are not getting Entitlement Name.

{

"DBATRole4-groups": ["INSERT INTO DBAPP_ROLES(USER_ID,ROLES) VALUES('${user.username}','${task.entitlement_valueKeyId}')"]

}


Can you please provide help how to get requested entitlement name? You can let us know which attributes are available from ${task} so that we can use it for Entitlement Name.


Thanks in advance.


Regards,

Ksheetij

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
2 REPLIES 2

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 31 2020 at 13:42 UTC

Hi Ksheetij,


Greetings!


You can use ${task.entitlement_valueKey.entitlement_value} to retrieve the entitlement name


Thanks,

Aarthi

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on July 31 2020 at 16:11 UTC

Thanks Aarthi for your inputs.


It worked!!

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.