VulnerabilityLocationArgs

data class VulnerabilityLocationArgs(val cpeUri: Output<String>? = null, val fileLocation: Output<List<FileLocationArgs>>? = null, val package: Output<String>? = null, val version: Output<VersionArgs>? = null) : ConvertibleToJava<VulnerabilityLocationArgs>

The location of the vulnerability

Constructors

Link copied to clipboard
fun VulnerabilityLocationArgs(cpeUri: Output<String>? = null, fileLocation: Output<List<FileLocationArgs>>? = null, package: Output<String>? = null, version: Output<VersionArgs>? = null)

Functions

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

Properties

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

The cpe_uri in cpe format (https://cpe.mitre.org/specification/) format. Examples include distro or storage location for vulnerable jar. This field can be used as a filter in list requests.

Link copied to clipboard
val fileLocation: Output<List<FileLocationArgs>>? = null

The file location at which this package was found.

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

The package being described.

Link copied to clipboard
val version: Output<VersionArgs>? = null

The version of the package being described. This field can be used as a filter in list requests.