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
|
The subject or username associated with the request context that generated the event. Default value: None
|
Variables
| Name | Description |
|---|---|
|
name
|
The subject or username associated with the request context that generated the event. |