google_api_container_analysis v0.4.0 GoogleApi.ContainerAnalysis.V1alpha1.Model.PackageIssue View Source

This message wraps a location affected by a vulnerability and its associated fix (if one is available).

Attributes

  • affectedLocation (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t, default: nil) - The location of the vulnerability.
  • fixedLocation (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t, default: nil) - The location of the available fix for vulnerability.
  • severityName (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.PackageIssue{
  affectedLocation:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t(),
  fixedLocation:
    GoogleApi.ContainerAnalysis.V1alpha1.Model.VulnerabilityLocation.t(),
  severityName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.