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 |
---|---|---|
Any Authenticated User | [authenticated] | matches all identified or authenticated users (excluding null) |
Unauthenticated User | [unauthenticated] | matches all unidentified or unauthenticated users (including null) |
Username | myuser | matches the "myuser" user |
Glob Matcher | m*r | matches the "myuser" user |
List of User Matchers | myuser1,myuser2 | matches "myuser1" and "myuser2" |