Policy Settings Response
data class PolicySettingsResponse(val customBlockResponseBody: String? = null, val customBlockResponseStatusCode: Int? = null, val fileUploadEnforcement: Boolean? = null, val fileUploadLimitInMb: Int? = null, val logScrubbing: PolicySettingsResponseLogScrubbing? = null, val maxRequestBodySizeInKb: Int? = null, val mode: String? = null, val requestBodyCheck: Boolean? = null, val requestBodyEnforcement: Boolean? = null, val requestBodyInspectLimitInKB: Int? = null, val state: String? = null)
Defines contents of a web application firewall global configuration.
Constructors
Link copied to clipboard
fun PolicySettingsResponse(customBlockResponseBody: String? = null, customBlockResponseStatusCode: Int? = null, fileUploadEnforcement: Boolean? = null, fileUploadLimitInMb: Int? = null, logScrubbing: PolicySettingsResponseLogScrubbing? = null, maxRequestBodySizeInKb: Int? = null, mode: String? = null, requestBodyCheck: Boolean? = null, requestBodyEnforcement: Boolean? = null, requestBodyInspectLimitInKB: Int? = null, state: String? = null)