orchestrationScope property
Defines scope for the orchestration, in context of the enclosing PolicyOrchestrator resource.
Scope is expanded into a list of pairs, in which the rollout action will take place. Expansion starts with a Folder resource parenting the PolicyOrchestrator resource: - All the descendant projects are listed. - List of project is cross joined with a list of all available zones. - Resulting list of pairs is filtered according to the selectors.
Optional.
Implementation
GoogleCloudOsconfigV2OrchestrationScope? orchestrationScope;