DiscoveryOccurrenceResponse

data class DiscoveryOccurrenceResponse(val analysisCompleted: AnalysisCompletedResponse, val analysisError: List<StatusResponse>, val analysisStatus: String, val analysisStatusError: StatusResponse, val archiveTime: String, val continuousAnalysis: String, val cpe: String, val lastScanTime: String)

Provides information about the analysis status of a discovered resource.

Constructors

Link copied to clipboard
fun DiscoveryOccurrenceResponse(analysisCompleted: AnalysisCompletedResponse, analysisError: List<StatusResponse>, analysisStatus: String, analysisStatusError: StatusResponse, archiveTime: String, continuousAnalysis: String, cpe: String, lastScanTime: String)

Types

Link copied to clipboard
object Companion

Properties

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 is 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
val cpe: String

The CPE of the resource being scanned.

Link copied to clipboard

The last time this resource was scanned.