View Source GoogleApi.ContainerAnalysis.V1.Model.VulnerabilityOccurrencesSummary (google_api_container_analysis v0.28.0)

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

Attributes

  • counts (type: list(GoogleApi.ContainerAnalysis.V1.Model.FixableTotalByDigest.t), default: nil) - A listing by resource of the number of fixable and total vulnerabilities.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1.Model.VulnerabilityOccurrencesSummary{
  counts: [GoogleApi.ContainerAnalysis.V1.Model.FixableTotalByDigest.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.