WindowsDetailArgs

data class WindowsDetailArgs(val cpeUri: Output<String>, val description: Output<String>? = null, val fixingKbs: Output<List<KnowledgeBaseArgs>>, val name: Output<String>) : ConvertibleToJava<WindowsDetailArgs>

Constructors

Link copied to clipboard
constructor(cpeUri: Output<String>, description: Output<String>? = null, fixingKbs: Output<List<KnowledgeBaseArgs>>, name: Output<String>)

Properties

Link copied to clipboard
val cpeUri: Output<String>

The CPE URI this vulnerability affects.

Link copied to clipboard
val description: Output<String>? = null

The description of this vulnerability.

Link copied to clipboard

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.

Link copied to clipboard
val name: Output<String>

The name of this vulnerability.

Functions

Link copied to clipboard
open override fun toJava(): WindowsDetailArgs