Class Envelope
MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Envelope : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
The bytes being signed
Declaration
[JsonProperty("payload")]
public virtual string Payload { get; set; }
Property Value
Type | Description |
---|---|
string |
PayloadType
The type of payload being signed
Declaration
[JsonProperty("payloadType")]
public virtual string PayloadType { get; set; }
Property Value
Type | Description |
---|---|
string |
Signatures
The signatures over the payload
Declaration
[JsonProperty("signatures")]
public virtual IList<EnvelopeSignature> Signatures { get; set; }
Property Value
Type | Description |
---|---|
IList<EnvelopeSignature> |