View Source GoogleApi.ContainerAnalysis.V1beta1.Model.Discovered (google_api_container_analysis v0.28.0)

Provides information about the analysis status of a discovered resource.

Attributes

  • analysisCompleted (type: GoogleApi.ContainerAnalysis.V1beta1.Model.AnalysisCompleted.t, default: nil) -
  • analysisError (type: list(GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t), default: nil) - Indicates any errors encountered during analysis of a resource. There could be 0 or more of these errors.
  • analysisStatus (type: String.t, default: nil) - The status of discovery for the resource.
  • analysisStatusError (type: GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t, default: nil) - 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.
  • continuousAnalysis (type: String.t, default: nil) - Whether the resource is continuously analyzed.
  • lastAnalysisTime (type: DateTime.t, default: nil) - The last time continuous analysis was done for this resource. Deprecated, do not use.
  • lastScanTime (type: DateTime.t, default: nil) - The last time this resource was scanned.
  • sbomStatus (type: GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMStatus.t, default: nil) - The status of an SBOM generation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Discovered{
  analysisCompleted:
    GoogleApi.ContainerAnalysis.V1beta1.Model.AnalysisCompleted.t() | nil,
  analysisError: [GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t()] | nil,
  analysisStatus: String.t() | nil,
  analysisStatusError:
    GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t() | nil,
  continuousAnalysis: String.t() | nil,
  lastAnalysisTime: DateTime.t() | nil,
  lastScanTime: DateTime.t() | nil,
  sbomStatus: GoogleApi.ContainerAnalysis.V1beta1.Model.SBOMStatus.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.