We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f374e6 commit e8f112eCopy full SHA for e8f112e
src/content/docs/cloudflare-one/traffic-policies/expression-syntax.mdx
@@ -61,11 +61,7 @@ Combine multiple conditions using logical operators:
61
| -------- | ----------- | --------------------------------------------------------------------- |
62
| `and` | Logical AND | `dns.fqdn == "example.com" and identity.email == "admin@company.com"` |
63
| `or` | Logical OR | `net.dst.port == 80 or net.dst.port == 443` |
64
-
65
-You can also use symbols instead of words:
66
67
-- `&&` instead of `and`
68
-- `||` instead of `or`
+| `not` | Logical NOT | `not(identity.email == "guest@company.com")` |
69
70
## Array handling
71
0 commit comments