Policy Policy Settings
data class PolicyPolicySettings(val enabled: Boolean? = null, val fileUploadLimitInMb: Int? = null, val logScrubbing: PolicyPolicySettingsLogScrubbing? = null, val maxRequestBodySizeInKb: Int? = null, val mode: String? = null, val requestBodyCheck: Boolean? = null, val requestBodyInspectLimitInKb: Int? = null)
Properties
Link copied to clipboard
The File Upload Limit in MB. Accepted values are in the range 1 to 4000. Defaults to 100.
Link copied to clipboard
One log_scrubbing block as defined below.
Link copied to clipboard
The Maximum Request Body Size in KB. Accepted values are in the range 8 to 2000. Defaults to 128.
Link copied to clipboard
Is Request Body Inspection enabled? Defaults to true.
Link copied to clipboard
Specifies the maximum request body inspection limit in KB for the Web Application Firewall. Defaults to 128.