Discovered Args
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
constructor(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)
Properties
Link copied to clipboard
The list of analysis that were completed for a resource.
Link copied to clipboard
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
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
The time occurrences related to this discovery occurrence were archived.
Link copied to clipboard
Whether the resource is continuously analyzed.
Link copied to clipboard
The last time this resource was scanned.