SystemSelectorAssignment
The input to assign a system selector to a check selector. Either the ID of an allowed system selector can be used or the adHoc field can be used to select certain systems.
input SystemSelectorAssignment {
id: ID
adHocSelectorType: SelectorObjectType
adHocCriteria: [SelectorCriterionInput!]
}
Fields
SystemSelectorAssignment.id ● ID scalar
The ID of the system selector to assign to the check selector.
SystemSelectorAssignment.adHocSelectorType ● SelectorObjectType enum
If an ad-hoc selector is used then the type of the selector needs to be specified.
SystemSelectorAssignment.adHocCriteria ● [SelectorCriterionInput!] list input
If the selector is used in place of the system selector then the selector will be used to filter the checks
Member Of
checkSelectorToXml query ● CreateCheckSelectorInput input ● UpdateCheckSelectorInput input