FirewallPolicyIntrusionDetection Class
Configuration for intrusion detection mode and rules.
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". Default value: 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: "Basic", "Standard", "Advanced", and "Extended". Default value: None
|
|
configuration
|
Intrusion detection configuration properties. Default value: None
|
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. |