Compartilhar via


FirewallPolicyIntrusionDetection Class

Configuration for intrusion detection mode and rules.

Inheritance
azure.mgmt.network._serialization.Model
FirewallPolicyIntrusionDetection

Constructor

FirewallPolicyIntrusionDetection(*, mode: str | _models.FirewallPolicyIntrusionDetectionStateType | None = None, profile: str | _models.FirewallPolicyIntrusionDetectionProfileType | None = None, configuration: _models.FirewallPolicyIntrusionDetectionConfiguration | None = None, **kwargs: Any)

Keyword-Only Parameters

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: "Basic", "Standard", "Advanced", and "Extended".

configuration

Intrusion detection configuration properties.

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: "Basic", "Standard", "Advanced", and "Extended".

configuration

Intrusion detection configuration properties.