ENUM

ScanStatus

Description

ScanStatus is status of the scan for an asset.

link GraphQL Schema definition

  • enum ScanStatus {
  • # Specifies whether the asset has been classified.
  • CLASSIFIED
  • # Specifies whether the asset classification has failed.
  • FAILED
  • # Specifies the unknown scan status.
  • SCAN_STATUS_UNKNOWN
  • # Specifies whether the asset is not scanned.
  • UNSCANNED
  • }

link Require by