View Source GoogleApi.ContainerAnalysis.V1beta1.Model.FixableTotalByDigest (google_api_container_analysis v0.28.0)

Per resource and severity counts of fixable and total vulnerabilities.

Attributes

  • fixableCount (type: String.t, default: nil) - The number of fixable vulnerabilities associated with this resource.
  • resource (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Resource.t, default: nil) - The affected resource.
  • severity (type: String.t, default: nil) - The severity for this count. SEVERITY_UNSPECIFIED indicates total across all severities.
  • totalCount (type: String.t, default: nil) - The total number of vulnerabilities associated with this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.FixableTotalByDigest{
  fixableCount: String.t() | nil,
  resource: GoogleApi.ContainerAnalysis.V1beta1.Model.Resource.t() | nil,
  severity: String.t() | nil,
  totalCount: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.