V2Policy Orchestrator For Organization Orchestration Scope Args
data class V2PolicyOrchestratorForOrganizationOrchestrationScopeArgs(val selectors: Output<List<V2PolicyOrchestratorForOrganizationOrchestrationScopeSelectorArgs>>? = null) : ConvertibleToJava<V2PolicyOrchestratorForOrganizationOrchestrationScopeArgs>
Constructors
Link copied to clipboard
constructor(selectors: Output<List<V2PolicyOrchestratorForOrganizationOrchestrationScopeSelectorArgs>>? = null)
Properties
Link copied to clipboard
val selectors: Output<List<V2PolicyOrchestratorForOrganizationOrchestrationScopeSelectorArgs>>? = null
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. Structure is documented below.