Patterns for limitations in the Orion Platform
This topic applies to all Orion Platform products except for the following products:
EOC — WPM
When restricting user access to network areas, you can specify the limitation with patterns using OR
, AND
, EXCEPT
, and NOT
operators with _
and *
as wildcards if the limitation allows pattern matching.
Patterns are not case sensitive.
Examples
-
You may also group operators using parentheses, as in the following example:
(*foo* EXCEPT *b*) AND (*all* OR *sea*)
matchesseafood
andfootfall
, but notfootball
orBigfoot
. -
You can limit user access to a specific Machine Type. The following limitation only allows the user to access devices with MachineType of Linux or Linux-Servers:
Linux*