public static class ProtectionCapabilityExclusions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProtectionCapabilityExclusions.Builder |
args(List<String> args)
List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads
to exclude from inspecting.
|
ProtectionCapabilityExclusions |
build() |
ProtectionCapabilityExclusions.Builder |
copy(ProtectionCapabilityExclusions model) |
ProtectionCapabilityExclusions.Builder |
requestCookies(List<String> requestCookies)
List of HTTP request cookie values (by cookie name) to exclude from inspecting.
|
public ProtectionCapabilityExclusions.Builder requestCookies(List<String> requestCookies)
List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie ‘cookieName=cookieValue’ and requestCookies=[‘cookieName’], both ‘cookieName’ and ‘cookieValue’ will not be inspected.
requestCookies
- the value to setpublic ProtectionCapabilityExclusions.Builder args(List<String> args)
List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter ‘argumentName=argumentValue’ and args=[‘argumentName’], both ‘argumentName’ and ‘argumentValue’ will not be inspected.
args
- the value to setpublic ProtectionCapabilityExclusions build()
public ProtectionCapabilityExclusions.Builder copy(ProtectionCapabilityExclusions model)
Copyright © 2016–2024. All rights reserved.