ExpandedPropertiesResponsePrincipal

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

Details of the principal

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

Display name of the principal

Link copied to clipboard
val email: String? = null

Email id of the principal

Link copied to clipboard
val id: String? = null

Id of the principal

Link copied to clipboard
val type: String? = null

Type of the principal