Which IIQ version are you inquiring about?
8.3p3
Please share any images or screenshots, if relevant.
Identity Mapping Screenshot:
accountFlags AD attribute with values:

Share all details about your problem, including any error messages you may have received.
Hi there, I’m attempting to read in a value from AD. The attribute is called “accountFlags” which is holding multiple values via an array list.
How do I write that in a rule, to pull in all values of the array list, then search for syntax match for one of the values above to throw in a boolean?
For example purposes (not a real scenario), get identity’s accountFlag array list → Search for value of “User Account is Disabled” → if match is found, set boolean disabledUser = true..

