Class Basis
Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g. a tag of the resource_url.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class Basis : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fingerprint
The fingerprint of the base image.
Declaration
[JsonProperty("fingerprint")]
public virtual Fingerprint Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
Fingerprint |
ResourceUrl
The resource_url for the resource representing the basis of associated occurrence images.
Declaration
[JsonProperty("resourceUrl")]
public virtual string ResourceUrl { get; set; }
Property Value
Type | Description |
---|---|
string |