PolicyManagedRulesManagedRuleSetRuleGroupOverrideRule

data class PolicyManagedRulesManagedRuleSetRuleGroupOverrideRule(val action: String? = null, val enabled: Boolean? = null, val id: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: 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: Boolean? = null

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

Link copied to clipboard
val id: String

Identifier for the managed rule.