This is a categorical distribution, also known as a multinomial distribution with number of trials equal to $1$.
If the binomial probabilities are $q_k, \;k=1,\dots n$ then the multinomial probability is
$$p_k=\frac {q_k\prod_{j\neq k} (1-q_j)}{\sum_r q_r\prod_{s\neq r}(1-q_s)}$$
To derive this you simply use the conditional probability $p (A_k|B)=p (A_kB)/p (B) $ where $A_k$ is the event "variable $k $ is equal to $1$" and $B $ is the event "sum of all $n $ variables equals 1". Then you can deduce that for both $A_k $ and $B $ to be true, all the other bernoulli variables must be zero. This probability is the numerator for the value of $p_k $ I gave earlier. Then $p (B)=\sum_r p (A_rB)$ using law of total probability and independence and the denominator I gave.