DiscoveryOccurrenceArgs

data class DiscoveryOccurrenceArgs(val analysisCompleted: Output<AnalysisCompletedArgs>? = null, val analysisError: Output<List<StatusArgs>>? = null, val analysisStatus: Output<DiscoveryOccurrenceAnalysisStatus>? = null, val analysisStatusError: Output<StatusArgs>? = null, val continuousAnalysis: Output<DiscoveryOccurrenceContinuousAnalysis>? = null, val cpe: Output<String>? = null, val lastScanTime: Output<String>? = null) : ConvertibleToJava<DiscoveryOccurrenceArgs>

Provides information about the analysis status of a discovered resource.

Constructors

Link copied to clipboard
fun DiscoveryOccurrenceArgs(analysisCompleted: Output<AnalysisCompletedArgs>? = null, analysisError: Output<List<StatusArgs>>? = null, analysisStatus: Output<DiscoveryOccurrenceAnalysisStatus>? = null, analysisStatusError: Output<StatusArgs>? = null, continuousAnalysis: Output<DiscoveryOccurrenceContinuousAnalysis>? = null, cpe: Output<String>? = null, lastScanTime: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
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 is output only and populated by the API.

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.