ImageScanFindingsSummaryArgs

data class ImageScanFindingsSummaryArgs(val findingSeverityCounts: Output<Map<String, Int>>? = null, val imageScanCompletedAt: Output<String>? = null, val vulnerabilitySourceUpdatedAt: Output<String>? = null) : ConvertibleToJava<ImageScanFindingsSummaryArgs>

Definition of ImageScanFindingsSummary

Constructors

Link copied to clipboard
constructor(findingSeverityCounts: Output<Map<String, Int>>? = null, imageScanCompletedAt: Output<String>? = null, vulnerabilitySourceUpdatedAt: Output<String>? = null)

Properties

Link copied to clipboard
val findingSeverityCounts: Output<Map<String, Int>>? = null

The image vulnerability counts, sorted by severity.

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

The time of the last completed image scan.

Link copied to clipboard

The time when the vulnerability data was last scanned.

Functions

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