VulnerabilityOccurrencesSummary

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

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

object ( FixableTotalByDigest )

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

unreachable[]

string

Unordered list. Unreachable regions. Populated for requests from the global region when returnPartialSuccess is set.

Format: projects/[PROJECT_ID]/locations/[LOCATION]

FixableTotalByDigest

Per resource and severity counts of fixable and total vulnerabilities.

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

string

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.

Design a Mobile Site
View Site in Mobile | Classic
Share by: