Batch Account Identity Response
data class BatchAccountIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, BatchAccountIdentityResponseUserAssignedIdentities>? = null)
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 BatchAccountIdentityResponse(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, BatchAccountIdentityResponseUserAssignedIdentities>? = null)