FirewallPolicyIntrusionDetectionResponse

data class FirewallPolicyIntrusionDetectionResponse(val configuration: FirewallPolicyIntrusionDetectionConfigurationResponse? = null, val mode: String? = null, val profile: String? = null)

Configuration for intrusion detection mode and rules.

Constructors

Link copied to clipboard
constructor(configuration: FirewallPolicyIntrusionDetectionConfigurationResponse? = null, mode: String? = null, profile: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Intrusion detection configuration properties.

Link copied to clipboard
val mode: String? = null

Intrusion detection general state. When attached to a parent policy, the firewall's effective IDPS mode is the stricter mode of the two.

Link copied to clipboard
val profile: String? = null

IDPS profile name. When attached to a parent policy, the firewall's effective profile is the profile name of the parent policy.