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

AttackPath

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

§Properties

§
name?: string
[src]
§
pathNodes?: AttackPathNode[]
[src]