severity property

String? severity
getter/setter pair

Insight's severity. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Insight has unspecified severity.
  • "LOW" : Insight has low severity.
  • "MEDIUM" : Insight has medium severity.
  • "HIGH" : Insight has high severity.
  • "CRITICAL" : Insight has critical severity.

Implementation

core.String? severity;