EventContent Class

The content of the event request message.

Inheritance
EventContent

Constructor

EventContent(*, id: Optional[str] = None, timestamp: Optional[datetime.datetime] = None, action: Optional[str] = None, target: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.Target] = None, request: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.Request] = None, actor: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.Actor] = None, source: Optional[azure.mgmt.containerregistry.v2020_11_01_preview.models._models_py3.Source] = None, **kwargs)

Variables

id
str

The event ID.

timestamp
datetime

The time at which the event occurred.

action
str

The action that encompasses the provided event.

target
Target

The target of the event.

request
Request

The request that generated the event.

actor
Actor

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

source
Source

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.