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

Specifies details on how to handle (and presumably, fix) a vulnerability.

Attributes

  • details (type: String.t, default: nil) - Contains a comprehensive human-readable discussion of the remediation.
  • remediationType (type: String.t, default: nil) - The type of remediation that can be applied.
  • remediationUri (type: GoogleApi.ContainerAnalysis.V1beta1.Model.RelatedUrl.t, default: nil) - Contains the URL where to obtain the remediation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Remediation{
  details: String.t() | nil,
  remediationType: String.t() | nil,
  remediationUri: GoogleApi.ContainerAnalysis.V1beta1.Model.RelatedUrl.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.