RulesetRuleActionParametersOverridesRuleArgs

data class RulesetRuleActionParametersOverridesRuleArgs(val action: Output<String>? = null, val enabled: Output<Boolean>? = null, val id: Output<String>, val scoreThreshold: Output<Int>? = null, val sensitivityLevel: Output<String>? = null) : ConvertibleToJava<RulesetRuleActionParametersOverridesRuleArgs>

Constructors

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

Properties

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

The action to override the rule with.

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

Whether to enable execution of the rule.

Link copied to clipboard
val id: Output<String>

The ID of the rule to override.

Link copied to clipboard
val scoreThreshold: Output<Int>? = null

The score threshold to use for the rule.

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

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

Functions

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