OBJECT

HuntConfig

Description

Threat hunt configuration.

link GraphQL Schema definition

  • type HuntConfig {
  • # Cluster UUIDs corresponding to the triggered threat hunt.
  • clusterUuids: [UUID!]!
  • # Type of the triggered threat hunt.
  • huntType: ThreatHuntType!
  • # Object FIDs corresponding to the triggered threat hunt.
  • objectFids: [UUID!]!
  • }