Skip to main content

SelectorCriterion

No description

type SelectorCriterion {
attribute: SelectorAttribute!
objectType: SelectorObjectType!
values: [SelectorAttributeValue!]!
exclude: Boolean!
}

Fields

SelectorCriterion.attribute ● SelectorAttribute! non-null object

The attribute used for this criterion.

SelectorCriterion.objectType ● SelectorObjectType! non-null enum

The object type.

SelectorCriterion.values ● [SelectorAttributeValue!]! non-null object

The assigned values.

SelectorCriterion.exclude ● Boolean! non-null scalar

The value for exclude will be 'true' if this criterion should be used to exclude elements from a selector and 'false' otherwise.

Member Of

CheckSelector object ● SelectorBase interface ● SystemSelector object ● SystemSelectorAssignmentDetails object