View Source GoogleApi.ContainerAnalysis.V1.Model.WindowsDetail (google_api_container_analysis v0.26.0)
Attributes
-
cpeUri(type:String.t, default:nil) - Required. The CPE URI this vulnerability affects. -
description(type:String.t, default:nil) - The description of this vulnerability. -
fixingKbs(type:list(GoogleApi.ContainerAnalysis.V1.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 KBs presence is considered a fix. -
name(type:String.t, default:nil) - Required. The name of this vulnerability.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1.Model.WindowsDetail{
cpeUri: String.t() | nil,
description: String.t() | nil,
fixingKbs: [GoogleApi.ContainerAnalysis.V1.Model.KnowledgeBase.t()] | nil,
name: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.