GoogleCloudOsconfigV2__OrchestrationScope
import type { GoogleCloudOsconfigV2__OrchestrationScope } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Defines a set of selectors which drive which resources are in scope of policy orchestration.
interface GoogleCloudOsconfigV2__OrchestrationScope {
selectors?: GoogleCloudOsconfigV2_OrchestrationScope_Selector[];
}§Properties
§
selectors?: GoogleCloudOsconfigV2_OrchestrationScope_Selector[]
[src]Optional. Selectors of the orchestration scope. There is a logical AND
between each selector defined. When there is no explicit
ResourceHierarchySelector
selector specified, the scope is by default
bounded to the parent of the policy orchestrator resource.