Class FixableTotalByDigest (2.12.4)

FixableTotalByDigest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Per resource and severity counts of fixable and total vulnerabilities.

Attributes

NameDescription
resource_uri str
The affected resource.
severity grafeas.v1.grafeas.grafeas_v1.Severity
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
fixable_count int
The number of fixable vulnerabilities associated with this resource.
total_count int
The total number of vulnerabilities associated with this resource.