Dataflow Endpoint Data Lake Storage Authentication Response
data class DataflowEndpointDataLakeStorageAuthenticationResponse(val accessTokenSettings: DataflowEndpointAuthenticationAccessTokenResponse? = null, val method: String, val systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, val userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null)
Azure Data Lake endpoint Authentication properties. NOTE Enum - Only one method is supported for one entry
Constructors
Link copied to clipboard
constructor(accessTokenSettings: DataflowEndpointAuthenticationAccessTokenResponse? = null, method: String, systemAssignedManagedIdentitySettings: DataflowEndpointAuthenticationSystemAssignedManagedIdentityResponse? = null, userAssignedManagedIdentitySettings: DataflowEndpointAuthenticationUserAssignedManagedIdentityResponse? = null)
Properties
Link copied to clipboard
SAS token authentication.
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.