Attack
import type { Attack } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
Information about DDoS attack volume and classification.
interface Attack {
classification?: string;
volumeBps?: number;
volumeBpsLong?: bigint;
volumePps?: number;
volumePpsLong?: bigint;
}