PrincipalResponse

data class PrincipalResponse(val displayName: String? = null, val email: String? = null, val id: String? = null, val type: String? = null)

The name of the entity last modified it

Constructors

Link copied to clipboard
constructor(displayName: String? = null, email: String? = null, id: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The name of the principal made changes

Link copied to clipboard
val email: String? = null

Email of principal

Link copied to clipboard
val id: String? = null

The id of the principal made changes

Link copied to clipboard
val type: String? = null

Type of principal such as user , group etc