Class InTotoStatement
Inheritance
InTotoStatement
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class InTotoStatement : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PredicateType
https://slsa.dev/provenance/v0.1
for SlsaProvenance.
Declaration
[JsonProperty("predicateType")]
public virtual string PredicateType { get; set; }
Property Value
Provenance
Declaration
[JsonProperty("provenance")]
public virtual InTotoProvenance Provenance { get; set; }
Property Value
SlsaProvenance
Declaration
[JsonProperty("slsaProvenance")]
public virtual SlsaProvenance SlsaProvenance { get; set; }
Property Value
SlsaProvenanceZeroTwo
Declaration
[JsonProperty("slsaProvenanceZeroTwo")]
public virtual SlsaProvenanceZeroTwo SlsaProvenanceZeroTwo { get; set; }
Property Value
Subject
Declaration
[JsonProperty("subject")]
public virtual IList<Subject> Subject { get; set; }
Property Value
Type
Always https://in-toto.io/Statement/v0.1
.
Declaration
[JsonProperty("_type")]
public virtual string Type { get; set; }
Property Value
Implements