Package Issue Args
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)