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