RulesetRuleActionParametersOverridesCategoryArgs

data class RulesetRuleActionParametersOverridesCategoryArgs(val action: Output<String>? = null, val category: Output<String>, val enabled: Output<Boolean>? = null, val sensitivityLevel: Output<String>? = null) : ConvertibleToJava<RulesetRuleActionParametersOverridesCategoryArgs>

Constructors

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

Properties

Link copied to clipboard
val action: Output<String>? = null

The action to override rules in the category with.

Link copied to clipboard
val category: Output<String>

The name of the category to override.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether to enable execution of rules in the category.

Link copied to clipboard
val sensitivityLevel: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): RulesetRuleActionParametersOverridesCategoryArgs