collectionType property

String? collectionType
getter/setter pair

Frame collection type, if not specified the collection type will be based on the source type of the source the frame was reported on.

Optional. Possible string values are:

  • "SOURCE_TYPE_UNKNOWN" : Unspecified
  • "SOURCE_TYPE_UPLOAD" : Manually uploaded file (e.g. CSV)
  • "SOURCE_TYPE_GUEST_OS_SCAN" : Guest-level info
  • "SOURCE_TYPE_INVENTORY_SCAN" : Inventory-level scan
  • "SOURCE_TYPE_CUSTOM" : Third-party owned sources.
  • "SOURCE_TYPE_DISCOVERY_CLIENT" : Discovery clients

Implementation

core.String? collectionType;