DataflowEndpointDataExplorerAuthenticationArgs

data class DataflowEndpointDataExplorerAuthenticationArgs(val method: Output<Any>, val systemAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs>? = null, val userAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs>? = null) : ConvertibleToJava<DataflowEndpointDataExplorerAuthenticationArgs>

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

Constructors

constructor(method: Output<Any>, systemAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs>? = null, userAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs>? = null)

Properties

Link copied to clipboard
val method: Output<Any>

Mode of Authentication.

Link copied to clipboard

System-assigned managed identity authentication.

Link copied to clipboard

User-assigned managed identity authentication.

Functions

Link copied to clipboard
open override fun toJava(): DataflowEndpointDataExplorerAuthenticationArgs