ENUM

ObjectSummariesSortByFields

Description

Fields to sort object summaries.

link GraphQL Schema definition

  • enum ObjectSummariesSortByFields {
  • # Date of the earliest matched snapshot.
  • EARLIEST_MATCHED_SNAPSHOT
  • # Total number of file matches.
  • FILE_MATCHES
  • # Total number of ioc matches.
  • IOC_MATCHES
  • # Date of the latest matched snapshot.
  • LATEST_MATCHED_SNAPSHOT
  • # Date of the latest snapshot without matches.
  • LATEST_UNMATCHED_SNAPSHOT
  • # Total number of matched snapshots.
  • MATCHED_SNAPSHOTS
  • # Match type.
  • MATCH_TYPE
  • # Object Name.
  • OBJECT_NAME
  • }