ContainerRegistryArtifactEventData interface

The event ID.The time at which the event occurred.The action that encompasses the provided event.The target of the event.The MIME type of the artifact.The size in bytes of the artifact.The digest of the artifact.The repository name of the artifact.The tag of the artifact.The name of the artifact.The version of the artifact.

Properties

action
id
target
timestamp

Property Details

action

action?: string

Property Value

string

id

id?: string

Property Value

string

target

target?: ContainerRegistryArtifactEventTarget

Property Value

timestamp

timestamp?: Date

Property Value

Date