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

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

import type { SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

interface SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig {
enable?: boolean;
ruleVisibility?: "PREMIUM" | "STANDARD";
}

§Properties

§
enable?: boolean
[src]

If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

§
ruleVisibility?: "PREMIUM" | "STANDARD"
[src]

Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

§

Configuration options for layer7 adaptive protection for various customizable thresholds.