FirewallPolicyManagedRule

data class FirewallPolicyManagedRule(val exclusions: List<FirewallPolicyManagedRuleExclusion>? = null, val overrides: List<FirewallPolicyManagedRuleOverride>? = null, val type: String, val version: String)

Constructors

Link copied to clipboard
constructor(exclusions: List<FirewallPolicyManagedRuleExclusion>? = null, overrides: List<FirewallPolicyManagedRuleOverride>? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more exclusion blocks as defined below.

Link copied to clipboard

One or more override blocks as defined below.

Link copied to clipboard

The name of the managed rule to use with this resource.

Link copied to clipboard

The version on the managed rule to use with this resource.