PolicyManagedRulesManagedRuleSetRuleGroupOverrideRuleArgs

data class PolicyManagedRulesManagedRuleSetRuleGroupOverrideRuleArgs(val action: Output<String>? = null, val enabled: Output<Boolean>? = null, val id: Output<String>) : ConvertibleToJava<PolicyManagedRulesManagedRuleSetRuleGroupOverrideRuleArgs>

Constructors

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

Properties

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

Describes the override action to be applied when rule matches. Possible values are Allow, AnomalyScoring, Block, JSChallenge and Log. JSChallenge is only valid for rulesets of type Microsoft_BotManagerRuleSet.

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

Describes if the managed rule is in enabled state or disabled state. Defaults to false.

Link copied to clipboard
val id: Output<String>

Identifier for the managed rule.

Functions

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