MatchedRule Class
Matched rule.
Constructor
MatchedRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
rule_name
|
Name of the matched network security rule. |
|
action
|
The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'. |
Attributes
action
The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'.
action: str | None
rule_name
Name of the matched network security rule.
rule_name: str | None