UserAssignedIdentityResponse

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

User-assigned managed identity.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client App Id associated with this identity.

Link copied to clipboard

Azure Active Directory principal ID associated with this identity.