KafkaX509AuthenticationResponse

data class KafkaX509AuthenticationResponse(val keyVault: KeyVaultCertificatePropertiesResponse? = null, val secretName: String? = null)

Kafka RemoteBrokerConnection X509 Authentication properties.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Keyvault X509 secret properties.

Link copied to clipboard
val secretName: String? = null

Secret where cert details are stored.