Share via


PolicySettingsOutput interface

Defines contents of a web application firewall global configuration.

Properties

fileUploadLimitInMb

Maximum file upload size in Mb for WAF.

maxRequestBodySizeInKb

Maximum request body size in Kb for WAF.

mode

The mode of the policy.

requestBodyCheck

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"