ClientInfoResponse

data class ClientInfoResponse(val email: String? = null, val name: String? = null, val objectId: String? = null, val userPrincipalName: String? = null)

Information on the client (user or application) that made some action

Constructors

Link copied to clipboard
constructor(email: String? = null, name: String? = null, objectId: String? = null, userPrincipalName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val email: String? = null

The email of the client.

Link copied to clipboard
val name: String? = null

The name of the client.

Link copied to clipboard
val objectId: String? = null

The object id of the client.

Link copied to clipboard

The user principal name of the client.