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

GoogleCloudOsconfigV2_OrchestrationScope_ResourceHierarchySelector

import type { GoogleCloudOsconfigV2_OrchestrationScope_ResourceHierarchySelector } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";

Selector containing Cloud Resource Manager resource hierarchy nodes.

interface GoogleCloudOsconfigV2_OrchestrationScope_ResourceHierarchySelector {
includedFolders?: string[];
includedProjects?: string[];
}

§Properties

§
includedFolders?: string[]
[src]

Optional. Names of the folders in scope. Format: folders/{folder_id}

§
includedProjects?: string[]
[src]

Optional. Names of the projects in scope. Format: projects/{project_number}