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

Provides information about the analysis status of a discovered resource.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ContainerAnalysis.V1beta1.Model.Discovered{
  analysisStatus: String.t(),
  analysisStatusError: GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t(),
  continuousAnalysis: String.t(),
  lastAnalysisTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.