UserAssignedManagedIdentityResponse

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

The details of the user-assigned managed identity assigned to an App.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client Id of user-assigned managed identity.

Link copied to clipboard

Principal Id of user-assigned managed identity.