MatchedRule Class

Matched rule.

Inheritance
MatchedRule

Constructor

MatchedRule(*, rule_name: typing.Union[str, NoneType] = None, action: typing.Union[str, NoneType] = None, **kwargs)

Parameters

rule_name
str

Name of the matched network security rule.

action
str

The network traffic is allowed or denied. Possible values are 'Allow' and 'Deny'.