Data Flow Endpoint Authentication Response
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)
Properties
Link copied to clipboard
SAS token authentication.
Link copied to clipboard
SASL authentication.
Link copied to clipboard
Service Account Token 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.