Class Material
Material is a material used in the generation of the provenance
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Material : IDirectResponseSchema
Properties
Digest
digest is a map from a hash algorithm (e.g. sha256) to the value in the material
Declaration
[JsonProperty("digest")]
public virtual IDictionary<string, string> Digest { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
uri is the uri of the material
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |