Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 884 Bytes

ApiBuildDetails.md

File metadata and controls

9 lines (6 loc) · 884 Bytes

Grafeas::ApiBuildDetails

Properties

Name Type Description Notes
provenance ApiBuildProvenance [optional]
provenance_bytes String Serialized JSON representation of the provenance, used in generating the `BuildSignature` 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. [optional]