Batch Account Identity Args
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)