INPUT_OBJECT

MetadataOneof

Description

Metadata for the quarantine operation which mentions the source of the quarantine operation.

link GraphQL Schema definition

  • input MetadataOneof {
  • # Hunt ID for threat hunt related quarantine operations.
  • huntId: UUID
  • # Flag to indicate if the quarantine operation is from threat monitoring.
  • isThreatMonitoring: Boolean
  • }