Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.clone() |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.set(String fieldName,
Object value) |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.setOp(String op)
The match operator for the field.
|
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.setVal(String val)
The value of the field.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
SecurityPolicyRulePreconfiguredWafConfigExclusion.getRequestCookiesToExclude()
A list of request cookie names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
SecurityPolicyRulePreconfiguredWafConfigExclusion.getRequestHeadersToExclude()
A list of request header names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
SecurityPolicyRulePreconfiguredWafConfigExclusion.getRequestQueryParamsToExclude()
A list of request query parameter names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> |
SecurityPolicyRulePreconfiguredWafConfigExclusion.getRequestUrisToExclude()
A list of request URIs from the request line to be excluded from inspection during
preconfigured WAF evaluation.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setRequestCookiesToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestCookiesToExclude)
A list of request cookie names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setRequestHeadersToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestHeadersToExclude)
A list of request header names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setRequestQueryParamsToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestQueryParamsToExclude)
A list of request query parameter names whose value will be excluded from inspection during
preconfigured WAF evaluation.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setRequestUrisToExclude(List<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams> requestUrisToExclude)
A list of request URIs from the request line to be excluded from inspection during
preconfigured WAF evaluation.
|
Copyright © 2011–2024 Google. All rights reserved.