SaslRemoteBrokerBasicAuthenticationTokenResponse

data class SaslRemoteBrokerBasicAuthenticationTokenResponse(val keyVault: KafkaTokenKeyVaultPropertiesResponse? = null, val secretName: String? = null)

Kafka RemoteBrokerConnection Sasl Authentication token properties. NOTE - Enum only one method is allowed to be passed.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyvault token keyvault secret properties.

Link copied to clipboard
val secretName: String? = null

Secret where cert details are stored.