The transform documentation listed here is outdated and is nonger actively maintained. Please refer to https://developer.sailpoint.com/idn/docs/transforms for IdentityNow Transform documentation.
Hi Team,
i am trying to get the begin value dynamically, but it didn't work for me ,can anyone help on this
usecase: To get the OU from DN
i am trying to get "," index after CN and providing that as a input to substring begin value
{
"attributes": {
"input": {
"attributes": {
"name": "dn"
},
"type": "identityAttribute"
},
"begin": {
"attributes": {
"input": {
"attributes": {
"name": "dn"
},
"type": "identityAttribute"
},
"substring": ","
},
"type": "indexOf"
}
},
"type": "substring",
"name": "indexTransform"
}
Thanks,
Divya