Policy Policy Settings Args
data class PolicyPolicySettingsArgs(val enabled: Output<Boolean>? = null, val fileUploadLimitInMb: Output<Int>? = null, val logScrubbing: Output<PolicyPolicySettingsLogScrubbingArgs>? = null, val maxRequestBodySizeInKb: Output<Int>? = null, val mode: Output<String>? = null, val requestBodyCheck: Output<Boolean>? = null, val requestBodyInspectLimitInKb: Output<Int>? = null) : ConvertibleToJava<PolicyPolicySettingsArgs>
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, fileUploadLimitInMb: Output<Int>? = null, logScrubbing: Output<PolicyPolicySettingsLogScrubbingArgs>? = null, maxRequestBodySizeInKb: Output<Int>? = null, mode: Output<String>? = null, requestBodyCheck: Output<Boolean>? = null, requestBodyInspectLimitInKb: Output<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
.