ENUM

ThreatHuntMatchesFound

Description

Any matches found during the threat hunt.

link GraphQL Schema definition

  • enum ThreatHuntMatchesFound {
  • # One of more matches found.
  • MATCHES_FOUND
  • # Unused default.
  • MATCHES_FOUND_UNSPECIFIED
  • # No matches found.
  • NO_MATCHES
  • # The objects were unscannable, or scanning failed, or scanning was partially
  • # successful and no matches were found.
  • UNSCANNED
  • }

link Require by