Tried that, but it didn’t seem to work. Examples and results shown below for reference:
{
"id": "990b8c62-967b-4b4a-8e88-60b376bc88f6",
"name": "Identity_MiddleNameNewTest",
"type": "conditional",
"attributes": {
"expression": "foo eq foo",
"positiveCondition": "foo",
"negativeCondition": "bar"
},
"internal": false
}
Result: foo
{
"id": "990b8c62-967b-4b4a-8e88-60b376bc88f6",
"name": "Identity_MiddleNameNewTest",
"type": "conditional",
"attributes": {
"expression": "foo eq foo1",
"positiveCondition": "foo",
"negativeCondition": "bar"
},
"internal": false
}
Result: bar
{
"id": "990b8c62-967b-4b4a-8e88-60b376bc88f6",
"name": "Identity_MiddleNameNewTest",
"type": "conditional",
"attributes": {
"expression": "foo eq foo",
"positiveCondition": null,
"negativeCondition": "bar"
},
"internal": false
}
Result: trackingId: b1ed626f37064385850b931bbe1986c5 sailpoint.api.AttributePromotionException: Applying transform[reference] to attribute[middleNameNew] failed
{
"id": "990b8c62-967b-4b4a-8e88-60b376bc88f6",
"name": "Identity_MiddleNameNewTest",
"type": "conditional",
"attributes": {
"expression": "foo eq foo",
"positiveCondition": "",
"negativeCondition": "bar"
},
"internal": false
}
Result: trackingId: 4a27b14521264e7eb7821a47ff93d704 sailpoint.api.AttributePromotionException: Applying transform[reference] to attribute[middleNameNew] failed