VulnerabilityCountBySeverity

Vulnerability count by severity.

JSON representation
{
  "severityToFindingCount": {
    string: string,
    ...
  }
}
Fields
severityToFindingCount

map (key: string (int64 format), value: string (int64 format))

Key is the Severity enum.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.