Frontdoor Firewall Policy Managed Rule
data class FrontdoorFirewallPolicyManagedRule(val action: String, val exclusions: List<FrontdoorFirewallPolicyManagedRuleExclusion>? = null, val overrides: List<FrontdoorFirewallPolicyManagedRuleOverride>? = null, val type: String, val version: String)
Constructors
Link copied to clipboard
fun FrontdoorFirewallPolicyManagedRule(action: String, exclusions: List<FrontdoorFirewallPolicyManagedRuleExclusion>? = null, overrides: List<FrontdoorFirewallPolicyManagedRuleOverride>? = null, type: String, version: String)
Types
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
.