Share via


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
str

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