BatchAccountIdentityArgs

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

The identity of the Batch account, if configured. This is used when the user specifies 'Microsoft.KeyVault' as their Batch account encryption configuration or when ManagedIdentity is selected as the auto-storage authentication mode.

Constructors

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

Properties

Link copied to clipboard

The type of identity used for the Batch account.

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

The list of user identities associated with the Batch account.

Functions

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