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