PolicyManagedRulesExclusionExcludedRuleSet

data class PolicyManagedRulesExclusionExcludedRuleSet(val ruleGroups: List<PolicyManagedRulesExclusionExcludedRuleSetRuleGroup>? = null, val type: String? = null, val version: String? = null)

Constructors

constructor(ruleGroups: List<PolicyManagedRulesExclusionExcludedRuleSetRuleGroup>? = null, type: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more rule_group block defined below.

Link copied to clipboard
val type: String? = null

The rule set type. Possible values are Microsoft_DefaultRuleSet, Microsoft_BotManagerRuleSet and OWASP. Defaults to OWASP.

Link copied to clipboard
val version: String? = null

The rule set version. Possible values are 1.0, 1.1 (for rule set type Microsoft_BotManagerRuleSet), 2.1 (for rule set type Microsoft_DefaultRuleSet) and 3.2 (for rule set type OWASP). Defaults to 3.2.