ENUM

FindingNotificationRuleType

link GraphQL Schema definition

  • enum FindingNotificationRuleType {
  • # Realtime Notification Rules are triggered immediately on each new finding send
  • # them separately.
  • REALTIME
  • # Summary Notification Rules are triggered on regular intervals and include a
  • # summary of all new findings the period.
  • SUMMARY
  • }