PackageIssueArgs

data class PackageIssueArgs(val affectedLocation: Output<VulnerabilityLocationArgs>? = null, val fixedLocation: Output<VulnerabilityLocationArgs>? = null, val packageType: Output<String>? = null, val severityName: Output<String>? = null) : ConvertibleToJava<PackageIssueArgs>

This message wraps a location affected by a vulnerability and its associated fix (if one is available).

Constructors

Link copied to clipboard
fun PackageIssueArgs(affectedLocation: Output<VulnerabilityLocationArgs>? = null, fixedLocation: Output<VulnerabilityLocationArgs>? = null, packageType: Output<String>? = null, severityName: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The location of the vulnerability.

Link copied to clipboard

The location of the available fix for vulnerability.

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

The type of package (e.g. OS, MAVEN, GO).

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