Class InTotoSlsaProvenanceV1
Inheritance
InTotoSlsaProvenanceV1
Assembly: Google.Apis.OnDemandScanning.v1.dll
Syntax
public class InTotoSlsaProvenanceV1 : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Predicate
Declaration
[JsonProperty("predicate")]
public virtual SlsaProvenanceV1 Predicate { get; set; }
Property Value
PredicateType
Declaration
[JsonProperty("predicateType")]
public virtual string PredicateType { get; set; }
Property Value
Subject
Declaration
[JsonProperty("subject")]
public virtual IList<Subject> Subject { get; set; }
Property Value
Type
Declaration
[JsonProperty("_type")]
public virtual string Type { get; set; }
Property Value
Implements