Policy Settings Response
data class PolicySettingsResponse(val defaultCustomBlockResponseBody: String? = null, val defaultCustomBlockResponseStatusCode: Int? = null, val defaultRedirectUrl: String? = null, val enabledState: String? = null, val mode: String? = null)
Defines contents of a web application firewall global configuration
Constructors
Properties
Link copied to clipboard
If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
Link copied to clipboard
If the action type is block, this field defines the default customer overridable http response status code.
Link copied to clipboard
If action type is redirect, this field represents the default redirect URL for the client.
Link copied to clipboard
describes if the policy is in enabled state or disabled state