Partilhar via


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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Target>

The target of the event.

request
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Request>

The request that generated the event.

actor
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Actor>

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

source
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.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
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Target>

The target of the event.

request
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Request>

The request that generated the event.

actor
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Actor>

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

source
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.Source>

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