GoogleApi.ContainerAnalysis.V1alpha1.Model.Discovered (google_api_container_analysis v0.10.0) View Source
Provides information about the scan status of a discovered resource.
Attributes
-
analysisStatus(type:String.t, default:nil) - The status of discovery for the resource. -
analysisStatusError(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Status.t, default:nil) - 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. -
continuousAnalysis(type:String.t, default:nil) - Whether the resource is continuously analyzed. -
cpe(type:String.t, default:nil) - The CPE of the resource being scanned. -
operation(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.Operation.t, default:nil) - Output only. An operation that indicates the status of the current scan. This field is 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.V1alpha1.Model.Discovered{
analysisStatus: String.t(),
analysisStatusError: GoogleApi.ContainerAnalysis.V1alpha1.Model.Status.t(),
continuousAnalysis: String.t(),
cpe: String.t(),
operation: GoogleApi.ContainerAnalysis.V1alpha1.Model.Operation.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.