Show / Hide Table of Contents

Class Envelope

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Inheritance
object
Envelope
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.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

Declaration
[JsonProperty("payload")]
public virtual string Payload { get; set; }
Property Value
Type Description
string

PayloadType

Declaration
[JsonProperty("payloadType")]
public virtual string PayloadType { get; set; }
Property Value
Type Description
string

Signatures

Declaration
[JsonProperty("signatures")]
public virtual IList<EnvelopeSignature> Signatures { get; set; }
Property Value
Type Description
IList<EnvelopeSignature>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX