Comma separated list of event groups
starting with an exclamation mark.
Empty.
From version:
3.39.0
Description:
Defines the list of event groups for which this handler
is active.
When you want to handle all the events,
except for the ones from a set of groups,
prefix the group names with the exclamation mark (!).
An event can be a member of one or multiple groups.
The event is handled if any of its groups is found in the list
of configured allowed groups.
The event is not handled if any of its groups is found in the list
of configured ignored groups (starting with !).
Comma separated list of usernames starting with an exclamation mark.
Leave empty to handle all events.
From version:
3.9.0
Description:
Comma separated list of usernames whose events are handled by
this event handler.
A username can include OS accounts, application accounts, and any accounts
accepted by any authentication method including external HTTP accounts.
When you want to have it triggered for all the events,
excepting a few events you should prefix each username with the exclamation
mark (!).
Leave it empty to handle events from any users or events which are
not associated with any user.
The following example will extract the value to be matched/filtered from the path data member of the event.
The extracted value is then matched against the */folderA/* globbing expression: