INPUT_OBJECT

MalwareScanPathFilterInput

Description

Supported in v6.0+ Please see v1/fileset_template API doc for a detailed description of how includes, excludes, & exceptions are interpreted.

link GraphQL Schema definition

  • input MalwareScanPathFilterInput {
  • # Supported in v6.0+
  • # Paths to exempt from exclusion.
  • exceptions: [String!]
  • # Supported in v6.0+
  • # Paths to exclude.
  • excludes: [String!]
  • # Supported in v6.0+
  • # Paths to include.
  • includes: [String!]
  • }