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

IdentityNow Transforms - Date Math

IdentityNow Transforms - Date Math

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

In order to use the "now" keyword, I had to specify an empty input. A small tweak to Example 1 from above:

{
"attributes": {
"input": "",
"expression": "now-5d/d",
"roundUp": false
},
"type": "dateMath",
"id": "Test Date Math Transform"
}

Please note that when your input is in the ISO8601 format and you perform a DateMath transform the output is not necessarily in ISO8601 format it could be something like yyyy-MM-dd'T'HH:mm'Z'This needs to be highlighted clearly in the document.

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