filter property

String? filter
getter/setter pair

Optional filter to be used when searching for groups a user belongs to.

This can be used to explicitly match only certain groups in order to reduce the amount of groups returned for each user. This defaults to "(objectClass=Group)".

Optional.

Implementation

core.String? filter;