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
constructor(type: Output<ResourceIdentityType>, userAssignedIdentities: Output<Map<String, Any>>? = null)
Properties
Link copied to clipboard
The type of identity used for the Batch account.
Link copied to clipboard
The list of user identities associated with the Batch account. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.