UserAssignedIdentityPropertyResponse

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

Properties of 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

Get the client id for the user assigned identity

Link copied to clipboard

Get the principal id for the user assigned identity