VideoAnalyzerIdentityArgs

data class VideoAnalyzerIdentityArgs(val type: Output<String>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<VideoAnalyzerIdentityArgs>

The managed identity for the Video Analyzer resource.

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

The identity type.

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

The User Assigned Managed Identities.

Functions

Link copied to clipboard
open override fun toJava(): VideoAnalyzerIdentityArgs