PolicyManagedRulesManagedRuleSetRuleGroupOverrideRule

data class PolicyManagedRulesManagedRuleSetRuleGroupOverrideRule(val action: String? = null, val enabled: Boolean? = null, val id: String)

Constructors

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. Possible values are Allow, AnomalyScoring, Block and Log.

Link copied to clipboard
val enabled: Boolean? = null

Describes if the managed rule is in enabled state or disabled state.

Link copied to clipboard
val id: String

Identifier for the managed rule.