Class GrafeasV1LayerDetails
Details about the layer a package was found in.
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning .v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class GrafeasV1LayerDetails : IDirectResponseSchema
Properties
BaseImages
The base images the layer is found within.
Declaration
[JsonProperty("baseImages")]
public virtual IList<GrafeasV1BaseImage> BaseImages { get; set; }
Property Value
Type | Description |
---|---|
IList<Grafeas |
Command
The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
DiffId
The diff ID (typically a sha256 hash) of the layer in the container image.
Declaration
[JsonProperty("diffId")]
public virtual string DiffId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Index
The index of the layer in the container image.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |