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[];
}