PolicyManagedRulesExclusionExcludedRuleSetArgs

data class PolicyManagedRulesExclusionExcludedRuleSetArgs(val ruleGroups: Output<List<PolicyManagedRulesExclusionExcludedRuleSetRuleGroupArgs>>? = null, val type: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PolicyManagedRulesExclusionExcludedRuleSetArgs>

Constructors

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

Properties

Link copied to clipboard

One or more rule_group block defined below.

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

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

Link copied to clipboard
val version: Output<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.

Functions

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