Actor Class
The agent that initiated the event. For most situations, this could be from the authorization context of the request.
Constructor
Actor(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The subject or username associated with the request context that generated the event. |
Attributes
name
The subject or username associated with the request context that generated the event.
name: str | None