EventContent Class

The content of the event request message.

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.

Default value: None
timestamp

The time at which the event occurred.

Default value: None
action
str

The action that encompasses the provided event.

Default value: None
target

The target of the event.

Default value: None
request

The request that generated the event.

Default value: None
actor

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

Default value: None
source

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

Default value: None

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.