VerificationIPFlowResult Class

Results of IP flow verification on the target resource.

Constructor

VerificationIPFlowResult(*args: Any, **kwargs: Any)

Variables

Name Description
access
str or Access

Indicates whether the traffic is allowed or denied. Known values are: "Allow" and "Deny".

rule_name
str

Name of the rule. If input is not matched against any security rule, it is not displayed.

Attributes

access

"Allow" and "Deny".

access: str | _models.Access | None

rule_name

Name of the rule. If input is not matched against any security rule, it is not displayed.

rule_name: str | None