Dataflow Endpoint Data Explorer Authentication Args
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
Link copied to clipboard
constructor(method: Output<Any>, systemAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs>? = null, userAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs>? = null)
Properties
Link copied to clipboard
val systemAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationSystemAssignedManagedIdentityArgs>? = null
System-assigned managed identity authentication.
Link copied to clipboard
val userAssignedManagedIdentitySettings: Output<DataflowEndpointAuthenticationUserAssignedManagedIdentityArgs>? = null
User-assigned managed identity authentication.