VulnerabilitySnapshot

Result containing the properties and count of a VulnerabilitySnapshot request.

JSON representation
{
  "name": string,
  "cloudProvider": enum (CloudProvider),
  "snapshotTime": string,
  "findingCount": {
    object (VulnerabilityCountBySeverity)
  }
}
Fields
name

string

Identifier. The vulnerability snapshot name. Format: <organizations|folders|projects>//locations//vulnerabilitySnapshots/

cloudProvider

enum (CloudProvider)

The cloud provider for the vulnerability snapshot.

snapshotTime

string (Timestamp format)

The time that the snapshot was taken.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

findingCount

object (VulnerabilityCountBySeverity)

The vulnerability count by severity.