OBJECT
Threat hunt scan path filters.
type HuntScanPathFilters {# Paths to exclude.exclusions: [String!]! # Paths to exempt from exclusions.exemptions: [String!]! # Paths to include.inclusions: [String!]! }