Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SecurityPolicyRulePreconfiguredWafConfigExclusion

import type { SecurityPolicyRulePreconfiguredWafConfigExclusion } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRulePreconfiguredWafConfigExclusion {
targetRuleIds?: string[];
targetRuleSet?: string;
}

§Properties

§

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

§

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

§

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.

§

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?: string[]
[src]

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?: string
[src]

Target WAF rule set to apply the preconfigured WAF exclusion.