DiscoveredArgs

data class DiscoveredArgs(val analysisCompleted: Output<AnalysisCompletedArgs>? = null, val analysisError: Output<List<StatusArgs>>? = null, val analysisStatus: Output<DiscoveredAnalysisStatus>? = null, val analysisStatusError: Output<StatusArgs>? = null, val archiveTime: Output<String>? = null, val continuousAnalysis: Output<DiscoveredContinuousAnalysis>? = null, val cpe: Output<String>? = null, val lastScanTime: Output<String>? = null) : ConvertibleToJava<DiscoveredArgs>

Provides information about the scan status of a discovered resource.

Constructors

Link copied to clipboard
fun DiscoveredArgs(analysisCompleted: Output<AnalysisCompletedArgs>? = null, analysisError: Output<List<StatusArgs>>? = null, analysisStatus: Output<DiscoveredAnalysisStatus>? = null, analysisStatusError: Output<StatusArgs>? = null, archiveTime: Output<String>? = null, continuousAnalysis: Output<DiscoveredContinuousAnalysis>? = null, cpe: Output<String>? = null, lastScanTime: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

The list of analysis that were completed for a resource.

Link copied to clipboard
val analysisError: Output<List<StatusArgs>>? = null

Indicates any errors encountered during analysis of a resource. There could be 0 or more of these errors.

Link copied to clipboard

The status of discovery for the resource.

Link copied to clipboard
val analysisStatusError: Output<StatusArgs>? = null

When an error is encountered this will contain a LocalizedMessage under details to show to the user. The LocalizedMessage output only and populated by the API.

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

The time occurrences related to this discovery occurrence were archived.

Link copied to clipboard

Whether the resource is continuously analyzed.

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

The CPE of the resource being scanned.

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

The last time this resource was scanned.