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

SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

import type { SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams {
op?:
| "CONTAINS"
| "ENDS_WITH"
| "EQUALS"
| "EQUALS_ANY"
| "STARTS_WITH";
val?: string;
}

§Properties

§
op?: "CONTAINS" | "ENDS_WITH" | "EQUALS" | "EQUALS_ANY" | "STARTS_WITH"
[src]

The match operator for the field.

§
val?: string
[src]

The value of the field.