VulnerabilityOccurrencesSummary

A summary of how many vulnerability occurrences there are per resource and severity type.

JSON representation
{
  "counts": [
    {
      object (FixableTotalByDigest)
    }
  ]
}
Fields
counts[]

object (FixableTotalByDigest)

A listing by resource of the number of fixable and total vulnerabilities.

FixableTotalByDigest

Per resource and severity counts of fixable and total vulnerabilities.

JSON representation
{
  "resource": {
    object (Resource)
  },
  "severity": enum (Severity),
  "fixableCount": string,
  "totalCount": string
}
Fields
resource

object (Resource)

The affected resource.

severity

enum (Severity)

The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.

fixableCount

string (int64 format)

The number of fixable vulnerabilities associated with this resource.

totalCount

string (int64 format)

The total number of vulnerabilities associated with this resource.