SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig
import type { SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig } from "https://googleapis.deno.dev/v1/compute:v1.ts";
Configurations to specifc granular traffic units processed by Adaptive Protection.
interface SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig {
enableEachUniqueValue?: boolean;
type?: "HTTP_HEADER_HOST" | "HTTP_PATH" | "UNSPECIFIED_TYPE";
value?: string;
}