Skip to main content

SystemSelectorAssignmentDetails

No description

type SystemSelectorAssignmentDetails {
id: ID
adHocSelectorType: SelectorObjectType
adHocCriteria: [SelectorCriterion!]
}

Fields

SystemSelectorAssignmentDetails.id ● ID scalar

The ID of the system selector assigned to the check selector.

SystemSelectorAssignmentDetails.adHocSelectorType ● SelectorObjectType enum

If an ad-hoc selector is used then the type of the selector needs to be specified.

SystemSelectorAssignmentDetails.adHocCriteria ● [SelectorCriterion!] list object

If the selector is used in place of the system selector then the selector will be used to filter the checks

Member Of

CheckSelector object