Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.clone() |
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.set(String fieldName,
Object value) |
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.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setTargetRuleIds(List<String> targetRuleIds)
A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion.
|
SecurityPolicyRulePreconfiguredWafConfigExclusion |
SecurityPolicyRulePreconfiguredWafConfigExclusion.setTargetRuleSet(String targetRuleSet)
Target WAF rule set to apply the preconfigured WAF exclusion.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityPolicyRulePreconfiguredWafConfigExclusion> |
SecurityPolicyRulePreconfiguredWafConfig.getExclusions()
A list of exclusions to apply during preconfigured WAF evaluation.
|
Modifier and Type | Method and Description |
---|---|
SecurityPolicyRulePreconfiguredWafConfig |
SecurityPolicyRulePreconfiguredWafConfig.setExclusions(List<SecurityPolicyRulePreconfiguredWafConfigExclusion> exclusions)
A list of exclusions to apply during preconfigured WAF evaluation.
|
Copyright © 2011–2024 Google. All rights reserved.