Kafka Remote Broker Authentication Types Args
data class KafkaRemoteBrokerAuthenticationTypesArgs(val sasl: Output<SaslRemoteBrokerBasicAuthenticationArgs>? = null, val systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null, val x509: Output<KafkaX509AuthenticationArgs>? = null) : ConvertibleToJava<KafkaRemoteBrokerAuthenticationTypesArgs>
Kafka RemoteBrokerConnection Authentication types. NOTE - Enum only one method is allowed to be passed.
Constructors
Link copied to clipboard
constructor(sasl: Output<SaslRemoteBrokerBasicAuthenticationArgs>? = null, systemAssignedManagedIdentity: Output<ManagedIdentityAuthenticationArgs>? = null, x509: Output<KafkaX509AuthenticationArgs>? = null)