ManagedRuleOverrideResponse

data class ManagedRuleOverrideResponse(val action: String? = null, val ruleId: String, val sensitivity: String? = null, val state: String? = null)

Defines a managed rule group override setting.

Constructors

Link copied to clipboard
constructor(action: String? = null, ruleId: String, sensitivity: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

Describes the override action to be applied when rule matches.

Link copied to clipboard

Identifier for the managed rule.

Link copied to clipboard
val sensitivity: String? = null

Describes the override sensitivity to be applied when rule matches.

Link copied to clipboard
val state: String? = null

The state of the managed rule. Defaults to Disabled if not specified.