GoogleApi.ContainerAnalysis.V1beta1.Model.Discovered (google_api_container_analysis v0.19.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() | nil,
analysisStatusError:
GoogleApi.ContainerAnalysis.V1beta1.Model.Status.t() | nil,
continuousAnalysis: String.t() | nil,
lastAnalysisTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.