GoogleApi.ContainerAnalysis.V1.Model.VulnerabilityOccurrencesSummary (google_api_container_analysis v0.34.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.