Batch Account Identity Args
data class BatchAccountIdentityArgs(val type: Output<ResourceIdentityType>, val userAssignedIdentities: Output<Map<String, Any>>? = null) : ConvertibleToJava<BatchAccountIdentityArgs>
The identity of the Batch account, if configured. This is only used when the user specifies 'Microsoft.KeyVault' as their Batch account encryption configuration.
Constructors
Link copied to clipboard
fun BatchAccountIdentityArgs(type: Output<ResourceIdentityType>, userAssignedIdentities: Output<Map<String, Any>>? = null)