INPUT_OBJECT

ThreatHuntSummaryFiltersInput

Description

Filters to specify the threat hunt summary.

link GraphQL Schema definition

  • input ThreatHuntSummaryFiltersInput {
  • # List of cloud providers. Valid Options = [AWS, Azure].
  • cloudProviders: [String!]
  • # List of cluster UUIDs.
  • clusterUuids: [UUID!]!
  • # List of match types.
  • matchTypes: [IndicatorOfCompromiseKind!]!
  • # List of object scan statuses.
  • objectScanStatus: [ThreatHuntObjectStatus!]!
  • }

link Require by