DiscoveredResponse

data class DiscoveredResponse(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, val operation: OperationResponse)

Provides information about the scan status of a discovered resource.

Constructors

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

Types

Link copied to clipboard
object Companion

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

The CPE of the resource being scanned.

Link copied to clipboard

The last time this resource was scanned.

Link copied to clipboard

An operation that indicates the status of the current scan. This field is deprecated, do not use.