I was looking into documentation on providing inputs to the rule transform here:
https://developer.sailpoint.com/idn/docs/transforms/operations/rule
I was wondering if we can pass account attributes as an input to the rule being invoked like so:
{
"attributes": {
"name": "Rule Name Here",
"myAccountAttributeInput": {
"attributes": {
"attributeName": "myAttributeName",
"sourceName": "Source Name"
},
"type": "accountAttribute"
}
},
"type": "rule",
"name": "Some Rule Transform"
}
I’d expect a variable named myAccountAttributeInput to be available in the rule I invoke.
Can you please help me validate the above transform structure? If it isn’t correct, please share the updated structure on this thread.
Thanks in advance!