Package version:

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

interface Actor {
    name?: string;
}

Properties

Properties

name?: string

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