ContainerRegistryEventData interface
The content of the event request message.
Properties
action | The action that encompasses the provided event. |
actor | The agent that initiated the event. For most situations, this could be from the authorization context of the request. |
id | The event ID. |
request | The request that generated the event. |
source | The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. |
target | The target of the event. |
timestamp | The time at which the event occurred. |
Property Details
action
The action that encompasses the provided event.
action?: string
Property Value
string
actor
The agent that initiated the event. For most situations, this could be from the authorization context of the request.
actor?: ContainerRegistryEventActor
Property Value
id
The event ID.
id?: string
Property Value
string
request
The request that generated the event.
request?: ContainerRegistryEventRequest
Property Value
source
The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.
source?: ContainerRegistryEventSource
Property Value
target
The target of the event.
target?: ContainerRegistryEventTarget
Property Value
timestamp
The time at which the event occurred.
timestamp?: Date
Property Value
Date
Azure SDK for JavaScript