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…