Values.ImageReferrerSourceAn object representing an artifact associated with a subject image.
type nonrec t = {digest : ImageDigest.t option;The digest of the artifact manifest.
*)mediaType : MediaType.t option;The media type of the artifact manifest.
*)artifactType : ArtifactType.t option;A string identifying the type of artifact.
*)size : ImageSizeInBytes.t option;The size, in bytes, of the artifact.
*)annotations : Annotations.t option;A map of annotations associated with the artifact.
*)artifactStatus : ArtifactStatus.t option;The status of the artifact. Valid values are ACTIVE, ARCHIVED, or ACTIVATING.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ImageSizeInBytes.t
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of ImageDigest.t ])
list ]