UsersOrServicePrincipalSetResponse

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

The detail of a subject.

Constructors

Link copied to clipboard
constructor(displayName: 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 display Name of the entity.

Link copied to clipboard
val id: String? = null

The object id of the entity.

Link copied to clipboard
val type: String? = null

The type of user.