View Source GoogleApi.ContainerAnalysis.V1.Model.DiscoveryOccurrence (google_api_container_analysis v0.26.0)
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.V1.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. -
archiveTime
(type:DateTime.t
, default:nil
) - Output only. The time occurrences related to this discovery occurrence were archived. -
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. -
lastScanTime
(type:DateTime.t
, default:nil
) - The last time this resource was scanned.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1.Model.DiscoveryOccurrence{ analysisStatus: String.t() | nil, analysisStatusError: GoogleApi.ContainerAnalysis.V1.Model.Status.t() | nil, archiveTime: DateTime.t() | nil, continuousAnalysis: String.t() | nil, cpe: String.t() | nil, lastScanTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.