Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#request_cookies_to_exclude
def request_cookies_to_exclude() -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
#request_cookies_to_exclude=
def request_cookies_to_exclude=(value) -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
#request_headers_to_exclude
def request_headers_to_exclude() -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
#request_headers_to_exclude=
def request_headers_to_exclude=(value) -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
#request_query_params_to_exclude
def request_query_params_to_exclude() -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
#request_query_params_to_exclude=
def request_query_params_to_exclude=(value) -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
#request_uris_to_exclude
def request_uris_to_exclude() -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
#request_uris_to_exclude=
def request_uris_to_exclude=(value) -> ::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>
Parameter
- value (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
Returns
- (::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>) — A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
#target_rule_ids
def target_rule_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
#target_rule_ids=
def target_rule_ids=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
Returns
- (::Array<::String>) — A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
#target_rule_set
def target_rule_set() -> ::String
Returns
- (::String) — Target WAF rule set to apply the preconfigured WAF exclusion.
#target_rule_set=
def target_rule_set=(value) -> ::String
Parameter
- value (::String) — Target WAF rule set to apply the preconfigured WAF exclusion.
Returns
- (::String) — Target WAF rule set to apply the preconfigured WAF exclusion.