A summary of how many vulnerability occurrences there are per resource and severity type.
| JSON representation |
|---|
{
"counts"
:
[
{
object (
|
| Fields | |
|---|---|
counts[]
|
A listing by resource of the number of fixable and total vulnerabilities. |
unreachable[]
|
Unordered list. Unreachable regions. Populated for requests from the global region when Format: |
FixableTotalByDigest
Per resource and severity counts of fixable and total vulnerabilities.
| JSON representation |
|---|
{
"resourceUri"
:
string
,
"severity"
:
enum (
|
| Fields | |
|---|---|
resourceUri
|
The affected resource. |
severity
|
The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities. |
fixableCount
|
The number of fixable vulnerabilities associated with this resource. |
totalCount
|
The total number of vulnerabilities associated with this resource. |

