RulesetRuleActionParametersOverridesRule

data class RulesetRuleActionParametersOverridesRule(val action: String? = null, val enabled: Boolean? = null, val id: String, val scoreThreshold: Int? = null, val sensitivityLevel: String? = null)

Constructors

Link copied to clipboard
constructor(action: String? = null, enabled: Boolean? = null, id: String, scoreThreshold: Int? = null, sensitivityLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action to override the rule with.

Link copied to clipboard
val enabled: Boolean? = null

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
val scoreThreshold: Int? = null

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".