cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IdentityNow Transforms - Substring

IdentityNow Transforms - Substring

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.

Labels (1)
Comments

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

Version history
Revision #:
4 of 4
Last update:
‎May 01, 2023 09:31 PM
Updated by: