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

AttackStepNode

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

Detailed steps the attack can take between path nodes.

interface AttackStepNode {
description?: string;
displayName?: string;
labels?: {
[key: string]: string;
}
;
type?:
| "NODE_TYPE_UNSPECIFIED"
| "NODE_TYPE_AND"
| "NODE_TYPE_OR"
| "NODE_TYPE_DEFENSE"
| "NODE_TYPE_ATTACKER";
uuid?: string;
}

§Properties

§
description?: string
[src]

Attack step description

§
displayName?: string
[src]

User friendly name of the attack step

§
labels?: {
[key: string]: string;
}
[src]

Attack step labels for metadata

§
type?: "NODE_TYPE_UNSPECIFIED" | "NODE_TYPE_AND" | "NODE_TYPE_OR" | "NODE_TYPE_DEFENSE" | "NODE_TYPE_ATTACKER"
[src]

Attack step type. Can be either AND, OR or DEFENSE

§
uuid?: string
[src]

Unique ID for one Node