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.
- String :
- # Supported in v6.0+
- # File creation time.
- DateTime :
- # Supported in v6.0+
- # File modification time.
- DateTime :
- # Required. Supported in v6.0+
- # File path that matched the malware Indicator of Compromise.
- String! :
- # Required. Supported in v6.0+
- # Details about the matching YARA rule(s).
- YARAMatchDetail!]! : [
- # Supported in v6.0+
- # Hash algorithm and hash values.
- HashDetail!]! : [
- }