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

ResourcePathNode

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

A node within the resource path. Each node represents a resource within the resource hierarchy.

interface ResourcePathNode {
displayName?: string;
id?: string;
nodeType?:
| "RESOURCE_PATH_NODE_TYPE_UNSPECIFIED"
| "GCP_ORGANIZATION"
| "GCP_FOLDER"
| "GCP_PROJECT"
| "AWS_ORGANIZATION"
| "AWS_ORGANIZATIONAL_UNIT"
| "AWS_ACCOUNT"
| "AZURE_MANAGEMENT_GROUP"
| "AZURE_SUBSCRIPTION"
| "AZURE_RESOURCE_GROUP";
}

§Properties

§
displayName?: string
[src]

The display name of the resource this node represents.

§
id?: string
[src]

The ID of the resource this node represents.

§
nodeType?: "RESOURCE_PATH_NODE_TYPE_UNSPECIFIED" | "GCP_ORGANIZATION" | "GCP_FOLDER" | "GCP_PROJECT" | "AWS_ORGANIZATION" | "AWS_ORGANIZATIONAL_UNIT" | "AWS_ACCOUNT" | "AZURE_MANAGEMENT_GROUP" | "AZURE_SUBSCRIPTION" | "AZURE_RESOURCE_GROUP"
[src]

The type of resource this node represents.