AccountStorage

data class AccountStorage(val storageAccountId: String, val userAssignedIdentityId: String? = null)

Constructors

Link copied to clipboard
constructor(storageAccountId: String, userAssignedIdentityId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the storage account to be associated with the Video Indexer Account. Changing this forces a new Video Indexer Account to be created.

Link copied to clipboard

The reference to the user assigned identity to use to access the Storage Account.