ActorResponse

data class ActorResponse(val name: String? = null)

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

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

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