PolicySettingsResponse

data class PolicySettingsResponse(val fileUploadLimitInMb: Int? = null, val maxRequestBodySizeInKb: Int? = null, val mode: String? = null, val requestBodyCheck: Boolean? = null, val state: String? = null)

Defines contents of a web application firewall global configuration.

Constructors

Link copied to clipboard
constructor(fileUploadLimitInMb: Int? = null, maxRequestBodySizeInKb: Int? = null, mode: String? = null, requestBodyCheck: Boolean? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum file upload size in Mb for WAF.

Link copied to clipboard

Maximum request body size in Kb for WAF.

Link copied to clipboard
val mode: String? = null

The mode of the policy.

Link copied to clipboard

Whether to allow WAF to check request Body.

Link copied to clipboard
val state: String? = null

The state of the policy.