Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerRegistryImagePushedEventData

Package version

interface

An interface representing ContainerRegistryImagePushedEventData. Schema of the Data property of an EventGridEvent for a Microsoft.ContainerRegistry.ImagePushed event.

extends

ContainerRegistryEventData

Hierarchy

Index

Properties

Optional action

action: undefined | string
member

{string} [action] The action that encompasses the provided event.

Optional actor

member

{ContainerRegistryEventActor} [actor] The agent that initiated the event. For most situations, this could be from the authorization context of the request.

Optional id

id: undefined | string
member

{string} [id] The event ID.

Optional request

member

{ContainerRegistryEventRequest} [request] The request that generated the event.

Optional source

member

{ContainerRegistryEventSource} [source] The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Optional target

member

{ContainerRegistryEventTarget} [target] The target of the event.

Optional timestamp

timestamp: Date
member

{Date} [timestamp] The time at which the event occurred.

Generated using TypeDoc