MediaServiceIdentityArgs

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

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(): MediaServiceIdentityArgs