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

Represents one point that an attacker passes through in this attack path.

interface AttackPathNode {
associatedFindings?: PathNodeAssociatedFinding[];
attackSteps?: AttackStepNode[];
displayName?: string;
resource?: string;
resourceType?: string;
uuid?: string;
}

§Properties

§
associatedFindings?: PathNodeAssociatedFinding[]
[src]

The findings associated with this node in the attack path.

§
attackSteps?: AttackStepNode[]
[src]

A list of attack step nodes that exist in this attack path node.

§
displayName?: string
[src]

Human-readable name of this resource.

§
resource?: string
[src]

The name of the resource at this point in the attack path. The format of the name follows the Cloud Asset Inventory resource name format

§
resourceType?: string
[src]
§
uuid?: string
[src]

Unique id of the attack path node.