Dataflow Endpoint Fabric One Lake Authentication Response
data class DataflowEndpointFabricOneLakeAuthenticationResponse(val method: Any, val systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, val userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null)
Microsoft Fabric endpoint. Authentication properties. NOTE - Only one method is supported for one entry
Constructors
Link copied to clipboard
constructor(method: Any, systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null)
Properties
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.