RulesetRuleActionParametersOverridesCategory

data class RulesetRuleActionParametersOverridesCategory(val action: String? = null, val category: String, val enabled: Boolean? = null, val sensitivityLevel: String? = null)

Constructors

constructor(action: String? = null, category: String, enabled: Boolean? = null, sensitivityLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null

The action to override rules in the category with.

Link copied to clipboard

The name of the category to override.

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable execution of rules in the category.

Link copied to clipboard

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