PolicySettingsOutput interface
Defines contents of a web application firewall global configuration.
Properties
| file |
Maximum file upload size in Mb for WAF. |
| max |
Maximum request body size in Kb for WAF. |
| mode | The mode of the policy. |
| request |
Whether to allow WAF to check request Body. |
| state | The state of the policy. |
Property Details
fileUploadLimitInMb
Maximum file upload size in Mb for WAF.
fileUploadLimitInMb?: number
Property Value
number
maxRequestBodySizeInKb
Maximum request body size in Kb for WAF.
maxRequestBodySizeInKb?: number
Property Value
number
mode
The mode of the policy.
mode?: "Detection" | "Prevention"
Property Value
"Detection" | "Prevention"
requestBodyCheck
Whether to allow WAF to check request Body.
requestBodyCheck?: boolean
Property Value
boolean
state
The state of the policy.
state?: "Enabled" | "Disabled"
Property Value
"Enabled" | "Disabled"