GoogleApi.OnDemandScanning.V1.Model.Envelope (google_api_on_demand_scanning v0.7.0)
View SourceMUST 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
) - -
payloadType
(type:String.t
, default:nil
) - -
signatures
(type:list(GoogleApi.OnDemandScanning.V1.Model.EnvelopeSignature.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.Envelope{ payload: String.t() | nil, payloadType: String.t() | nil, signatures: [GoogleApi.OnDemandScanning.V1.Model.EnvelopeSignature.t()] | nil }