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

Rest - String functions

VisveswaraReddy
New Contributor II
New Contributor II

Hi Team,

We have two entitlements in a single object we need to combine and import how we can achieve it.

VisveswaraReddy_0-1728039234115.png

I tried with the below as well.

"roles-products": {
"entTypeOrder": 3,
"entTypeLabels": {},
"call": {
"call3": {
"connection": "acctAuth",
"callOrder": 0,
"stageNumber": 0,
"http": {
"httpHeaders": {
"Authorization": "${access_token}"
},
"url": "URL here",
"httpContentType": "application/json",
"httpMethod": "GET"
},
"listField": "items",
"keyField": "entitlementID",
"colsToPropsMap": {
"entitlementID":"#CONST#${String data1 = items.role.id; String data2 = items.product.id; ret = data1 + \"-\" + data2; return ret}~#~char",
"entitlement_value":"#CONST#${String data1 = items.role.name; String data2 = items.product.name; ret = data1 + \"-\" + data2; return ret}~#~char"

}

Please help if their is work around for this.

 

Thank you,

Visveswara reddy

 

0 REPLIES 0