ApplicationGatewayFirewallRule interface
A web application firewall rule.
Properties
| action | The string representation of the web application firewall rule action. |
| description | The description of the web application firewall rule. |
| rule |
The identifier of the web application firewall rule. |
| rule |
The string representation of the web application firewall rule identifier. |
| state | The string representation of the web application firewall rule state. |
Property Details
action
The string representation of the web application firewall rule action.
action?: "Allow" | "None" | "AnomalyScoring" | "Block" | "Log"
Property Value
"Allow" | "None" | "AnomalyScoring" | "Block" | "Log"
description
The description of the web application firewall rule.
description?: string
Property Value
string
ruleId
The identifier of the web application firewall rule.
ruleId: number
Property Value
number
ruleIdString
The string representation of the web application firewall rule identifier.
ruleIdString?: string
Property Value
string
state
The string representation of the web application firewall rule state.
state?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"