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.
Comments
Apr 25, 2022
05:42 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Content to Moderator
Apr 25, 2022
05:42 AM
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: