Scoped Resource Selector Requirement Args
data class ScopedResourceSelectorRequirementArgs(val operator: Output<String>, val scopeName: Output<String>, val values: Output<List<String>>? = null) : ConvertibleToJava<ScopedResourceSelectorRequirementArgs>
A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values.