In IdentityIQ there are a few places where you can edit your own filter source and have it compiled into a search filter. Some of these areas are:
A compiler that can create a Filter from a string representation using the following grammar (note the Java-like syntax):
Composite Filters:
Leaf Filters:
Note: Any comparison operator can be prepended with an 'i' to signify a case-insensitive comparison (eg - i==, i!=, etc...).
This is a life saver. Thanks Neil
Hello Neil, I want to filter out any Identity that contains "Disabled" in the Fullname field. How do I do that via the Application Filter string?
Hello Shaun,
Not sure if you are leveraging a direct connector into AD. If so, you can add the following to your Iterate Search Filter: (!(userAccountControl:1.2.840.113556.1.4.803:=2)) ... this will filter our all disabled AD accounts.
This is a flat file. The Columns are
Application
Server
ID
FullName
The Data is
PRODUCTION_Principia:Nuke:e12354:John Smith Disabled
I would like this ID not to show in my application since it contains Disabled in the Fullname field.
I got it to work. FullName.endsWith("Disabled")
Good to hear Shaun. If 'Disabled' ever changes from the end of field, consider using Contains.
Hi, I want to filter a refresh identities task to include failed identities. How do i do that through the Refresh Identity Cube Options?
Thanks and Kind Regards
Ted
Ted,
The IdentityIQ Forums are a better place to post questions like this -- many more people will see this question there and you are more likely to get helpful responses. Your question is unclear, so when you post it there, please explain what you mean by "failed identities". What have they failed? There is no identity attribute OOTB called "failed".
Thanks Jennifer,
Apologies for the confusion caused. I will revisit my question and post it through the IdentityIQ Forum.
Thanks and Kind Regards
Ted