Magidoc

CheckSelector
Object

Fields

#

id

ID !
Non-null

The unique ID for the selector.

name

The name of the selector.

type

Non-null

The targeted type of this selector.

description

A meaningful description for this selector.

shared

Non-null

true: shared, false: not shared/ad-hoc

customer

The associated customer. If shared is false (=ad-hoc) then the customer will always be null. If this is a public check selector the customer can be null as well but then it is a check selector visible to everyone.

criteria

Non-null

The list of criteria used for this check selector.

raw

Non-null

This fields holds some raw data like the XML data of the selector.

timestamp

When was this selector modified for the last time.

pagedChecks

The paged variant of the checks query

Interfaces

#

Also implements SelectorBase , PagedChecksQuery .

Usages

#

References

#

  • Field checkSelectors from Query
  • Field checkSelector from Query