SaslRemoteBrokerBasicAuthenticationTokenArgs

data class SaslRemoteBrokerBasicAuthenticationTokenArgs(val keyVault: Output<KafkaTokenKeyVaultPropertiesArgs>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<SaslRemoteBrokerBasicAuthenticationTokenArgs>

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

Constructors

fun SaslRemoteBrokerBasicAuthenticationTokenArgs(keyVault: Output<KafkaTokenKeyVaultPropertiesArgs>? = null, secretName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SaslRemoteBrokerBasicAuthenticationTokenArgs

Properties

Link copied to clipboard

Keyvault token keyvault secret properties.

Link copied to clipboard
val secretName: Output<String>? = null

Secret where cert details are stored.