OBJECT

PathInfo

Description

Supported in v6.0+

link GraphQL Schema definition

  • type PathInfo {
  • # Supported in v6.0+
  • # JSON encoded file access control list (ACL) information.
  • aclDetails: String
  • # Supported in v6.0+
  • # File creation time.
  • creationTime: DateTime
  • # Supported in v6.0+
  • # File modification time.
  • modificationTime: DateTime
  • # Required. Supported in v6.0+
  • # File path that matched the malware Indicator of Compromise.
  • path: String!
  • # Required. Supported in v6.0+
  • # Details about the matching YARA rule(s).
  • yaraMatchDetails: [YARAMatchDetail!]!
  • # Supported in v6.0+
  • # Hash algorithm and hash values.
  • requestedHashDetails: [HashDetail!]!
  • }