Video Analyzer Identity Response
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)