INPUT_OBJECT

MalwareScanPathFilterInput

Description

Supported in v6.0+. For more information on the interpretation of includes, exclusions, and exceptions, see v1/fileset_template.

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!]
  • }