GuideReference
TrainingSupportCommunity
Reference

deny_​access

  • Property Manager name: Control Access
  • Behavior version: The v2023-01-05 rule format supports the deny_​access behavior v1.2.
  • Rule format status: GA, stable
  • Access: Read/Write
  • Allowed in includes: Yes

Assuming a condition in the rule matches, this denies access to the requested content. For example, a user​_location match paired with the denyaccess behavior would deny requests from a specified part of the world.

By keying on the value of the reason option, denyaccess behaviors may override each other when called from nested rules. For example, a parent rule might deny access to a certain geographic area, citing "location" as the reason, but another nested rule can then allow access for a set of IPs within that area, so long as the reason matches.

OptionTypeDescriptionRequires
reasonstring

Text message that keys why access is denied. Any subsequent denyaccess behaviors within the rule tree may refer to the same reason key to override the current behavior.

{"displayType":"string","tag":"input","type":"text"}
enabledboolean

Denies access when enabled.

{"displayType":"boolean","tag":"input","type":"checkbox"}