UserAssignedIdentityResponse

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

The information about the user assigned identity.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client id of the User Assigned Identity Resource.

Link copied to clipboard

The object id of the User Assigned Identity Resource.