User Matcher
From Edge Threat Management Wiki - Arista
User Matcher syntax is a that describes an user or set of users. This can be used, for example, in Policy Manager or Bandwidth Control rules to match against certain traffic.
User Matcher can be any of the following:
Name | Example | Description |
---|---|---|
None Matcher | [none] | matches no users |
Any Authenticated User | [authenticated] | matches all identified or authenticated users |
Unauthenticated User | [unauthenticated] | matches all unidentified or unauthenticated users |
Username | myuser | matches the "myuser" user |
Glob Matcher | m*r | matches the "myuser" user |
List of User Matchers | myuser1,myuser2 | matches "myuser1" and "myuser2" |