OBJECT

HuntScanPathFilters

Description

Threat hunt scan path filters.

link GraphQL Schema definition

  • type HuntScanPathFilters {
  • # Paths to exclude.
  • exclusions: [String!]!
  • # Paths to exempt from exclusions.
  • exemptions: [String!]!
  • # Paths to include.
  • inclusions: [String!]!
  • }