UserAssignedIdentityResponse

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

The details of the user assigned managed identity used by the Video Analyzer resource.

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 user assigned identity.

Link copied to clipboard

The principal ID of user assigned identity.