DataflowEndpointKafkaAuthenticationResponse

data class DataflowEndpointKafkaAuthenticationResponse(val method: String, val saslSettings: DataflowEndpointAuthenticationSaslResponse? = null, val systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, val userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null, val x509CertificateSettings: DataflowEndpointAuthenticationX509Response? = null)

Kafka endpoint Authentication properties. NOTE - only authentication property is allowed per entry

Constructors

constructor(method: String, saslSettings: DataflowEndpointAuthenticationSaslResponse? = null, systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null, x509CertificateSettings: DataflowEndpointAuthenticationX509Response? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mode of Authentication.

Link copied to clipboard
Link copied to clipboard

X.509 certificate authentication.