GoogleApi.ContainerAnalysis.V1alpha1.Model.Envelope (google_api_container_analysis v0.19.0) View Source
MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.
Attributes
-
payload(type:String.t, default:nil) - The bytes being signed -
payloadType(type:String.t, default:nil) - The type of payload being signed -
signatures(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.EnvelopeSignature.t), default:nil) - The signatures over the payload
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.Envelope{
payload: String.t() | nil,
payloadType: String.t() | nil,
signatures:
[GoogleApi.ContainerAnalysis.V1alpha1.Model.EnvelopeSignature.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.