DataflowEndpointFabricOneLakeAuthenticationArgs

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

Microsoft Fabric endpoint. Authentication properties. NOTE - Only one method is supported for one 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(): DataflowEndpointFabricOneLakeAuthenticationArgs