DiscoveredResponse

data class DiscoveredResponse(val analysisCompleted: AnalysisCompletedResponse, val analysisError: List<StatusResponse>, val analysisStatus: String, val analysisStatusError: StatusResponse, val continuousAnalysis: String, val lastAnalysisTime: String)

Provides information about the analysis status of a discovered resource.

Constructors

Link copied to clipboard
constructor(analysisCompleted: AnalysisCompletedResponse, analysisError: List<StatusResponse>, analysisStatus: String, analysisStatusError: StatusResponse, continuousAnalysis: String, lastAnalysisTime: 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

Whether the resource is continuously analyzed.

Link copied to clipboard

The last time continuous analysis was done for this resource. Deprecated, do not use.