ENUM

SecurityAlertType

link GraphQL Schema definition

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