You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Restrict quarantined users traffic to corporate policy remediation domains, so that quarantined users can obtain help and/or remediate their security posture",
80
+
"precedence": 10,
81
+
"enabled": false,
82
+
"action": "block",
83
+
"filters": [
84
+
"dns"
85
+
],
86
+
"traffic": "not(any(dns.domains[*] in $<Allowed Remediation Domains list UUID>)) or not(any(dns.domains[*] in $<Allowed Remediation Domains list UUID>))",
87
+
"identity": "any(identity.groups.name[*] in {\"Quarantined Users\"})",
description = "Restrict quarantined users traffic to corporate policy remediation domains, so that quarantined users can obtain help and/or remediate their security posture"
102
+
precedence = 10
103
+
enabled = false
104
+
action = "block"
105
+
filters = ["dns"]
106
+
traffic = "not(any(dns.domains[*] in $<Allowed Remediation Domains list UUID>)) or not(any(dns.domains[*] in $<Allowed Remediation Domains list UUID>))"
107
+
identity = "any(identity.groups.name[*] in {\"Quarantined Users\"})"
0 commit comments