ENUM

FeedEntryAttributes

Description

Attributes to sort feed entries.

link GraphQL Schema definition

  • enum FeedEntryAttributes {
  • # Time when the entry was added.
  • ADDED_ON
  • # Status of the entry.
  • STATUS
  • # Family of the threat feed.
  • THREAT_FEED_FAMILY
  • # Unspecified attribute.
  • UNSET
  • }