Authentication message for connecting to Kafka.
If "Username and Password Authentication" is selected, the username and password values will be substituted into the properties. This substitution is done using environment variable syntax. For example:
sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="${USERNAME}" password="${PASSWORD}";