UserAssignedIdentityResponse

data class UserAssignedIdentityResponse(val clientId: String, val principalId: String, val tenantId: String)

User Assigned Identity

Constructors

Link copied to clipboard
fun UserAssignedIdentityResponse(clientId: String, principalId: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The clientId(aka appId) of the user assigned identity.

Link copied to clipboard

The principal ID of the user assigned identity.

Link copied to clipboard

The tenant ID of the user assigned identity.