Values.SeverityTrendsCountSourceContains counts of findings grouped by severity level for trend analysis.
type nonrec t = {unknown : TrendsValueCount.t option;The count of findings with Unknown severity level at this point in the trend timeline.
*)informational : TrendsValueCount.t option;The count of findings with Informational severity level at this point in the trend timeline.
*)low : TrendsValueCount.t option;The count of findings with Low severity level at this point in the trend timeline.
*)medium : TrendsValueCount.t option;The count of findings with Medium severity level at this point in the trend timeline.
*)high : TrendsValueCount.t option;The count of findings with High severity level at this point in the trend timeline.
*)critical : TrendsValueCount.t option;The count of findings with Critical severity level at this point in the trend timeline.
*)fatal : TrendsValueCount.t option;The count of findings with Fatal severity level at this point in the trend timeline.
*)other : TrendsValueCount.t option;The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.
*)}