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

ResourcePath

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

Represents the path of resources leading up to the resource this finding is about.

interface ResourcePath {
nodes?: ResourcePathNode[];
}

§Properties

§

The list of nodes that make the up resource path, ordered from lowest level to highest level.