MediaServiceIdentityArgs

data class MediaServiceIdentityArgs(val type: Output<Either<String, ManagedIdentityType>>) : ConvertibleToJava<MediaServiceIdentityArgs>

Constructors

Link copied to clipboard
constructor(type: Output<Either<String, ManagedIdentityType>>)

Properties

Link copied to clipboard
val type: Output<Either<String, ManagedIdentityType>>

The identity type.

Functions

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