ServiceAccountStorageAccountArgs

data class ServiceAccountStorageAccountArgs(val id: Output<String>, val isPrimary: Output<Boolean>? = null, val managedIdentity: Output<ServiceAccountStorageAccountManagedIdentityArgs>? = null) : ConvertibleToJava<ServiceAccountStorageAccountArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, isPrimary: Output<Boolean>? = null, managedIdentity: Output<ServiceAccountStorageAccountManagedIdentityArgs>? = null)

Properties

Link copied to clipboard
val id: Output<String>

Specifies the ID of the Storage Account that will be associated with the Media Services instance.

Link copied to clipboard
val isPrimary: Output<Boolean>? = null

Specifies whether the storage account should be the primary account or not. Defaults to false.

Link copied to clipboard

A managed_identity block as defined below.

Functions

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