Class: Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Instance Attribute Summary collapse

Instance Attribute Details

#request_cookies_to_exclude::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

Returns A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.

Returns:



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_headers_to_exclude::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

Returns A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.

Returns:



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_query_params_to_exclude::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

Returns 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:



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_uris_to_exclude::Array<::Google::Cloud::Compute::V1::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>

Returns 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:



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_rule_ids::Array<::String>

Returns 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.



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_rule_set::String

Returns Target WAF rule set to apply the preconfigured WAF exclusion.

Returns:

  • (::String)

    Target WAF rule set to apply the preconfigured WAF exclusion.



29512
29513
29514
29515
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29512

class SecurityPolicyRulePreconfiguredWafConfigExclusion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end