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 CPE URI in cpe format in which the vulnerability manifests. Examples include distro or storage location for vulnerable jar.
Link copied to clipboard
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.