GetRulesetRuleActionParametersOverridesRule

data class GetRulesetRuleActionParametersOverridesRule(val action: String, val enabled: Boolean, val id: String, val scoreThreshold: Int, val sensitivityLevel: String)

Constructors

constructor(action: String, enabled: Boolean, id: String, scoreThreshold: Int, sensitivityLevel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to override the rule with.

Link copied to clipboard

Whether to enable execution of the rule.

Link copied to clipboard
val id: String

The ID of the rule to override.

Link copied to clipboard

The score threshold to use for the rule.

Link copied to clipboard

The sensitivity level to use for the rule. Available values: "default", "medium", "low", "eoff".