DataFlowEndpointAuthenticationResponse

data class DataFlowEndpointAuthenticationResponse(val accessTokenSecretRef: String? = null, val method: String, val saslSettings: DataFlowEndpointAuthenticationSaslResponse? = null, val serviceAccountTokenSettings: DataFlowEndpointAuthenticationServiceAccountTokenResponse? = null, val systemAssignedManagedIdentitySettings: DataFlowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, val userAssignedManagedIdentitySettings: DataFlowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null, val x509CredentialsSettings: DataFlowEndpointAuthenticationX509Response? = null)

Azure Data Explorer Authentication properties. NOTE - only authentication property is allowed per entry.

Constructors

Link copied to clipboard
constructor(accessTokenSecretRef: String? = null, method: String, saslSettings: DataFlowEndpointAuthenticationSaslResponse? = null, serviceAccountTokenSettings: DataFlowEndpointAuthenticationServiceAccountTokenResponse? = null, systemAssignedManagedIdentitySettings: DataFlowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, userAssignedManagedIdentitySettings: DataFlowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null, x509CredentialsSettings: DataFlowEndpointAuthenticationX509Response? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SAS token authentication.

Link copied to clipboard

Mode of Authentication.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

X.509 certificate authentication.