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

Attributes

  • cpeUri (type: String.t, default: nil) - Required. The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.
  • description (type: String.t, default: nil) - The description of the vulnerability.
  • fixingKbs (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.KnowledgeBase.t), default: nil) - Required. The names of the KBs which have hotfixes to mitigate this vulnerability. Note that there may be multiple hotfixes (and thus multiple KBs) that mitigate a given vulnerability. Currently any listed kb's presence is considered a fix.
  • name (type: String.t, default: nil) - Required. The name of the vulnerability.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.WindowsDetail{
  cpeUri: String.t() | nil,
  description: String.t() | nil,
  fixingKbs:
    [GoogleApi.ContainerAnalysis.V1beta1.Model.KnowledgeBase.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.