Limits access to rows in a dataset based on user attributes.
When enabled, users will be limited to rows in the topic that match their user attribute value. Refer to the Controlling data access guide for more information.
Omni expects every user to have a non-null value for any assigned access filter. Errors will arise if the user attribute value is null.
User attribute values that allow unrestricted access. Users with these values will not have the access filter applied.
Do not use the same value as the attribute’s default. Any user who inherits the default — including new users before provisioning and auto-created email-only users — will receive unfiltered data.
Determines if exact match (=) or % wildcard syntax should be applied. Does not automatically add wildcards to the attribute value.To achieve pattern matching, manually include the % wildcard characters within the user attribute value itself (e.g., setting the attribute to %@example.com%). This allows for granular control, enabling exact matches for some users and partial matches for others using the same filter configuration.