Dataflow Endpoint Fabric One Lake Authentication Args
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
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.