INPUT_OBJECT

MalwareScanFileCriteriaInput

Description

Supported in v6.0+

link GraphQL Schema definition

  • input MalwareScanFileCriteriaInput {
  • # Supported in v6.0+
  • # v6.0-v9.0: Specify the smallest and largest files to scan.
  • # v9.1+: Specify the smallest and largest files to scan. This option is only
  • # compatible with Yara or Hash IOCs. Limits for Path IOC will not be respected.
  • fileSizeLimits: MalwareScanFileSizeLimitsInput
  • # Supported in v6.0+
  • # Specify limits around file creation and modification time. The top-level API
  • # field `shouldTrustFilesystemTimeInfo` must be set to true when this field is
  • # specified.
  • fileTimeLimits: MalwareScanFileTimeLimitsInput
  • # Supported in v6.0+
  • # v6.0-v9.0: Please see /fileset_template for a detailed description of how
  • # includes, excludes, and exceptions are interpreted.
  • # v9.1+: Please see /fileset_template for a detailed description of how includes,
  • # excludes, and exceptions are interpreted. This option is only compatible with
  • # Yara or Hash IOCs. Filters for Path IOC will not be respected.
  • pathFilter: MalwareScanPathFilterInput
  • }