GoogleApi.ContainerAnalysis.V1alpha1.Model.BuildDetails (google_api_container_analysis v0.8.1) View Source
Message encapsulating build provenance details.
Attributes
-
provenance
(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.BuildProvenance.t
, default:nil
) - The actual provenance -
provenanceBytes
(type:String.t
, default:nil
) - Serialized JSON representation of the provenance, used in generating theBuildSignature
in the corresponding Result. After verifying the signature,provenance_bytes
can be unmarshalled and compared to the provenance to confirm that it is unchanged. A base64-encoded string representation of the provenance bytes is used for the signature in order to interoperate with openssl which expects this format for signature verification. The serialized form is captured both to avoid ambiguity in how the provenance is marshalled to json as well to prevent incompatibilities with future changes.
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.BuildDetails{ provenance: GoogleApi.ContainerAnalysis.V1alpha1.Model.BuildProvenance.t(), provenanceBytes: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.