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
fun WindowsDetailArgs(cpeUri: Output<String>, description: Output<String>? = null, fixingKbs: Output<List<KnowledgeBaseArgs>>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val cpeUri: Output<String>

The CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.

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

The description of the 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 kb's presence is considered a fix.

Link copied to clipboard
val name: Output<String>

The name of the vulnerability.