Enum AdfApacheAuthenticationType
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfApacheAuthenticationType
Fields
| Fields | Description |
|---|---|
| Anonymous | No authentication is required. |
| Basic | Basic authentication is required. |
| LDAP | Lightweight Directory Access Protocol authentication. |
| SASLUsername | Simple Authentication and Security Layer authentication. |
| Username | Username is required for authentication. |
| UsernameAndPassword | Username and password are used for authentication. |
| WindowsAzureHDInsightService | Windows Azure HDInsight Service authentication. Only available for Spark thrift server on HDInsight distributions. SSL must be enabled, and HTTP is the only transport protocol available. |