action property

String? action
getter/setter pair

The Action to perform when the client connection triggers the rule.

Valid actions are "allow", "deny" and "goto_next".

Implementation

core.String? action;