View Source GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusion (google_api_compute v0.56.2)

Attributes

  • requestCookiesToExclude (type: list(GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t), default: nil) - A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
  • requestHeadersToExclude (type: list(GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t), default: nil) - A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
  • requestQueryParamsToExclude (type: list(GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t), default: nil) - 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.
  • requestUrisToExclude (type: list(GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t), default: nil) - 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.
  • targetRuleIds (type: list(String.t), default: nil) - 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.
  • targetRuleSet (type: String.t, default: nil) - Target WAF rule set to apply the preconfigured WAF exclusion.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusion{
    requestCookiesToExclude:
      [
        GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t()
      ]
      | nil,
    requestHeadersToExclude:
      [
        GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t()
      ]
      | nil,
    requestQueryParamsToExclude:
      [
        GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t()
      ]
      | nil,
    requestUrisToExclude:
      [
        GoogleApi.Compute.V1.Model.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.t()
      ]
      | nil,
    targetRuleIds: [String.t()] | nil,
    targetRuleSet: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.