Class FixableTotalByDigest (2.7.3)

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.severity.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.