Frontdoor Firewall Policy Managed Rule Args
data class FrontdoorFirewallPolicyManagedRuleArgs(val action: Output<String>, val exclusions: Output<List<FrontdoorFirewallPolicyManagedRuleExclusionArgs>>? = null, val overrides: Output<List<FrontdoorFirewallPolicyManagedRuleOverrideArgs>>? = null, val type: Output<String>, val version: Output<String>) : ConvertibleToJava<FrontdoorFirewallPolicyManagedRuleArgs>
Constructors
Link copied to clipboard
fun FrontdoorFirewallPolicyManagedRuleArgs(action: Output<String>, exclusions: Output<List<FrontdoorFirewallPolicyManagedRuleExclusionArgs>>? = null, overrides: Output<List<FrontdoorFirewallPolicyManagedRuleOverrideArgs>>? = null, type: Output<String>, version: Output<String>)
Functions
Properties
Link copied to clipboard
The version of the managed rule to use with this resource. Possible values depends on which DRS type you are using, for the DefaultRuleSet
type the possible values include 1.0
or preview-0.1
. For Microsoft_DefaultRuleSet
the possible values include 1.1
, 2.0
or 2.1
. For BotProtection
the value must be preview-0.1
and for Microsoft_BotManagerRuleSet
the value must be 1.0
.