We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e382fdd commit cfcc528Copy full SHA for cfcc528
src/content/docs/cloudflare-one/policies/gateway/network-policies/common-policies.mdx
@@ -109,7 +109,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule \
109
],
110
"traffic": "any(net.sni.domains[*] == \"example.com\")",
111
"identity": "",
112
- "device_posture": "not(any(device_posture.checks.passed[*] in {\"<POSTURE-CHECK-UUID>\"}))"
+ "device_posture": "not(any(device_posture.checks.passed[*] in {\"<POSTURE_CHECK_UUID>\"}))"
113
}'
114
```
115
0 commit comments