ApplicationUserAssignedIdentityResponse

data class ApplicationUserAssignedIdentityResponse(val name: String, val principalId: String)

Constructors

Link copied to clipboard
constructor(name: String, principalId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The friendly name of user assigned identity.

Link copied to clipboard

The principal id of user assigned identity.