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

AttackPathNode

import type { AttackPathNode } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface AttackPathNode {
associatedFindings?: PathNodeAssociatedFinding[];
attackSteps?: AttackStepNode[];
displayName?: string;
resource?: string;
resourceType?: string;
uuid?: string;
}

§Properties

§
associatedFindings?: PathNodeAssociatedFinding[]
[src]
§
attackSteps?: AttackStepNode[]
[src]
§
displayName?: string
[src]
§
resource?: string
[src]
§
resourceType?: string
[src]
§
uuid?: string
[src]