WebApplicationFirewallCustomRuleResponse

data class WebApplicationFirewallCustomRuleResponse(val action: String, val etag: String, val matchConditions: List<MatchConditionResponse>, val name: String? = null, val priority: Int, val ruleType: String)

Defines contents of a web application rule.

Constructors

Link copied to clipboard
constructor(action: String, etag: String, matchConditions: List<MatchConditionResponse>, name: String? = null, priority: Int, ruleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of Actions.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

List of match conditions.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a policy. This name can be used to access the resource.

Link copied to clipboard

Priority of the rule. Rules with a lower value will be evaluated before rules with a higher value.

Link copied to clipboard

The rule type.