Class ImageNote
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.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ImageNote : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Fingerprint
Required. Immutable. The fingerprint of the base image.
Declaration
[JsonProperty("fingerprint")]
public virtual Fingerprint Fingerprint { get; set; }
Property Value
Type | Description |
---|---|
Fingerprint |
ResourceUrl
Required. Immutable. 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 |