ENUM

MatchSeverity

Description

The severity of the match or matches found.

link GraphQL Schema definition

  • enum MatchSeverity {
  • # Match severity is critical.
  • CRITICAL
  • # Unspecified severity.
  • MATCH_SEVERITY_UNSPECIFIED
  • # Match severity is warning.
  • WARNING
  • }