VideoAnalyzerIdentityResponse

data class VideoAnalyzerIdentityResponse(val type: String, val userAssignedIdentities: Map<String, UserAssignedManagedIdentityResponse>? = null)

The managed identity for the Video Analyzer resource.

Constructors

Link copied to clipboard
constructor(type: String, userAssignedIdentities: Map<String, UserAssignedManagedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identity type.

Link copied to clipboard

The User Assigned Managed Identities.