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";

A path that an attacker could take to reach an exposed resource.

interface AttackPath {
edges?: AttackPathEdge[];
name?: string;
pathNodes?: AttackPathNode[];
}

§Properties

§

A list of the edges between nodes in this attack path.

§
name?: string
[src]

The attack path name, for example, organizations/12/simulation/34/valuedResources/56/attackPaths/78

§
pathNodes?: AttackPathNode[]
[src]

A list of nodes that exist in this attack path.