DataflowEndpointDataLakeStorageAuthentication interface
Azure Data Lake endpoint Authentication properties. NOTE Enum - Only one method is supported for one entry
Properties
access |
SAS token authentication. |
method | Mode of Authentication. |
system |
System-assigned managed identity authentication. |
user |
User-assigned managed identity authentication. |
Property Details
accessTokenSettings
SAS token authentication.
accessTokenSettings?: DataflowEndpointAuthenticationAccessToken
Property Value
method
Mode of Authentication.
method: string
Property Value
string
systemAssignedManagedIdentitySettings
System-assigned managed identity authentication.
systemAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationSystemAssignedManagedIdentity
Property Value
userAssignedManagedIdentitySettings
User-assigned managed identity authentication.
userAssignedManagedIdentitySettings?: DataflowEndpointAuthenticationUserAssignedManagedIdentity
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript