Can we use link attributes in the filter of Identity Refresh task?

Which IIQ version are you inquiring about?

8.4 P2

Hi Team

Is it possible to use link attributes in the filter of Identity Refresh task?

For example, I want to refresh users whose userAccountControl attribute in AD accounts is 512. How to add this in the filter string?

Thanks

Divya M

Hi Divya, yes you should be able to use them in a filter as long as they are promoted to Link/Account attributes and are searchable

After creating the attribute, making it searchable, setting up the value mapping, and running an aggregation to populate the values. You can use the filter

links.userAccountControl == "512"

in your refresh to refresh all identities who have a Link who’s userAccountControl is 512. You can filter down further to a specific application if need be by adding additional filters.

1 Like

Hi @DivyaSubha you can make userAccountControl a “seachable” attribute under account mappings.

If I need to make userAccountControl as seacheable , it this the correct way?

Yes, this looks correct, Once aggregated, you can use the filter:links.userAccountControl == “512” that should work.

Hi @DivyaSubha yes, this is correct :slight_smile:

1 Like