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

AttackPathEdge

import type { AttackPathEdge } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Represents a connection between a source node and a destination node in this attack path.

interface AttackPathEdge {
destination?: string;
source?: string;
}

§Properties

§
destination?: string
[src]

The attack node uuid of the destination node.

§
source?: string
[src]

The attack node uuid of the source node.