View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.Justification (google_api_container_analysis v0.28.0)

Justification provides the justification when the state of the assessment if NOT_AFFECTED.

Attributes

  • details (type: String.t, default: nil) - Additional details on why this justification was chosen.
  • justificationType (type: String.t, default: nil) - The justification type for this vulnerability.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.Justification{
  details: String.t() | nil,
  justificationType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.