UserIdentityResponse

data class UserIdentityResponse(val clientId: String? = null, val principalId: String? = null)

Describes a single user-assigned identity associated with the application.

Constructors

Link copied to clipboard
constructor(clientId: String? = null, principalId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

the client identifier of the Service Principal which this identity represents.

Link copied to clipboard
val principalId: String? = null

the object identifier of the Service Principal which this identity represents.