ENUM

ThreatHuntObjectStatus

Description

ThreatHuntObjectStatus represents the status of an object in a threat hunt.

link GraphQL Schema definition

  • enum ThreatHuntObjectStatus {
  • # Unable to perform the object scan.
  • OBJ_FAILED
  • # Object scan is in progress.
  • OBJ_IN_PROGRESS
  • # Unable to scan the object.
  • OBJ_NOT_SCANNED
  • # Object scan partially succeeded.
  • OBJ_PARTIALLY_SUCCEEDED
  • # Object scan is pending.
  • OBJ_PENDING
  • # Object scan succeeded.
  • OBJ_SUCCEEDED
  • # Unused default.
  • OBJ_UNSPECIFIED
  • }