GoogleApi.OnDemandScanning.V1.Model.SlsaMetadata (google_api_on_demand_scanning v0.7.0)
View SourceOther properties of the build.
Attributes
-
buildFinishedOn
(type:DateTime.t
, default:nil
) - The timestamp of when the build completed. -
buildInvocationId
(type:String.t
, default:nil
) - Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec. -
buildStartedOn
(type:DateTime.t
, default:nil
) - The timestamp of when the build started. -
completeness
(type:GoogleApi.OnDemandScanning.V1.Model.SlsaCompleteness.t
, default:nil
) - Indicates that the builder claims certain fields in this message to be complete. -
reproducible
(type:boolean()
, default:nil
) - If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.SlsaMetadata{ buildFinishedOn: DateTime.t() | nil, buildInvocationId: String.t() | nil, buildStartedOn: DateTime.t() | nil, completeness: GoogleApi.OnDemandScanning.V1.Model.SlsaCompleteness.t() | nil, reproducible: boolean() | nil }