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

SecurityPolicyAdvancedOptionsConfig

import type { SecurityPolicyAdvancedOptionsConfig } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyAdvancedOptionsConfig {
jsonParsing?: "DISABLED" | "STANDARD" | "STANDARD_WITH_GRAPHQL";
logLevel?: "NORMAL" | "VERBOSE";
userIpRequestHeaders?: string[];
}

§Properties

§

Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.

§
jsonParsing?: "DISABLED" | "STANDARD" | "STANDARD_WITH_GRAPHQL"
[src]
§
logLevel?: "NORMAL" | "VERBOSE"
[src]
§
userIpRequestHeaders?: string[]
[src]

An optional list of case-insensitive request header names to use for resolving the callers client IP address.