Actor Class

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

Constructor

Actor(*, name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The subject or username associated with the request context that generated the event.

Default value: None

Variables

Name Description
name
str

The subject or username associated with the request context that generated the event.