FirewallPolicyIntrusionDetection Class

Configuration for intrusion detection mode and rules.

Constructor

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

Variables

Name Description
mode

Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two. Known values are: "Off", "Alert", and "Deny".

profile

IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy. Known values are: "Off", "Emerging", "Core", and "Extended".

configuration

Intrusion detection configuration properties.

Attributes

configuration

Intrusion detection configuration properties.

configuration: _models.FirewallPolicyIntrusionDetectionConfiguration | None

mode

Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two. Known values are: "Off", "Alert", and "Deny".

mode: str | _models.FirewallPolicyIntrusionDetectionStateType | None

profile

IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy. Known values are: "Off", "Emerging", "Core", and "Extended".

profile: str | _models.FirewallPolicyIntrusionDetectionProfileType | None