Windows Detail Args
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
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.