GoogleApi.OnDemandScanning.V1.Model.DiscoveryOccurrence (google_api_on_demand_scanning v0.7.0)
View SourceProvides information about the analysis status of a discovered resource.
Attributes
-
analysisCompleted
(type:GoogleApi.OnDemandScanning.V1.Model.AnalysisCompleted.t
, default:nil
) - -
analysisError
(type:list(GoogleApi.OnDemandScanning.V1.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.OnDemandScanning.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. -
sbomStatus
(type:GoogleApi.OnDemandScanning.V1.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.OnDemandScanning.V1.Model.DiscoveryOccurrence{ analysisCompleted: GoogleApi.OnDemandScanning.V1.Model.AnalysisCompleted.t() | nil, analysisError: [GoogleApi.OnDemandScanning.V1.Model.Status.t()] | nil, analysisStatus: String.t() | nil, analysisStatusError: GoogleApi.OnDemandScanning.V1.Model.Status.t() | nil, archiveTime: DateTime.t() | nil, continuousAnalysis: String.t() | nil, cpe: String.t() | nil, lastScanTime: DateTime.t() | nil, sbomStatus: GoogleApi.OnDemandScanning.V1.Model.SBOMStatus.t() | nil }