GetRulesetRuleActionParametersOverridesCategory

data class GetRulesetRuleActionParametersOverridesCategory(val action: String, val category: String, val enabled: Boolean, val sensitivityLevel: String)

Constructors

constructor(action: String, category: String, enabled: Boolean, sensitivityLevel: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to override rules in the category with.

Link copied to clipboard

The name of the category to override.

Link copied to clipboard

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