AttackPathCopyimport type { AttackPath } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";interface AttackPath {edges?: AttackPathEdge[];name?: string;pathNodes?: AttackPathNode[];}§Properties§edges?: AttackPathEdge[][src]§name?: string[src]§pathNodes?: AttackPathNode[][src]