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.
Is there any reason why "startsWith" does not work on the accountPropertyFilter? (nor endsWith)
e.g. "accountPropertyFilter": "(memberOf.startsWith(\"CN=abc\"))",
I'm assuming it's checking against the AD group "Value" which has the FQDN.
FYI - using contains works! - and I've tried even comparing the full value (case sensitive).
@piyush_khandelwal ?
In case of multi valued attribute, it is returning only first value. How can I get all values in case if account attribute value type is list ?
@sbhingare Using the "accountPropertyFilter", for example the "memberOf" in Active Directory source, it will check in all of the items, even it just displaying the first one it will check all of them.
Here is an example of a transform:
Thanks @GuiNab , Actually my requirement is to assign all values in the multivalued account attribute to the identity attribute. I don't want to check if it contains certain value.