Dataflow Endpoint Kafka Authentication Response
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
Link copied to clipboard
constructor(method: String, saslSettings: DataflowEndpointAuthenticationSaslResponse? = null, systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null, x509CertificateSettings: DataflowEndpointAuthenticationX509Response? = null)
Properties
Link copied to clipboard
SASL authentication.
Link copied to clipboard
val systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null
System-assigned managed identity authentication.
Link copied to clipboard
val userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null
User-assigned managed identity authentication.
Link copied to clipboard
X.509 certificate authentication.