EventContent Class

The content of the event request message.

Inheritance
azure.mgmt.containerregistry._serialization.Model
EventContent

Constructor

EventContent(*, id: str | None = None, timestamp: datetime | None = None, action: str | None = None, target: _models.Target | None = None, request: _models.Request | None = None, actor: _models.Actor | None = None, source: _models.Source | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

The event ID.

timestamp

The time at which the event occurred.

action
str

The action that encompasses the provided event.

target

The target of the event.

request

The request that generated the event.

actor

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

source

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

Variables

Name Description
id
str

The event ID.

timestamp

The time at which the event occurred.

action
str

The action that encompasses the provided event.

target

The target of the event.

request

The request that generated the event.

actor

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

source

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