Enum AdfLinkedServiceAuthenticationMode
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfLinkedServiceAuthenticationMode
Fields
| Fields | Description |
|---|---|
| Anonymous | Specifies that no authentication credentials will be provided to the service. |
| Basic | Specifies that a supplied username and password will be provided to the service. |
| ClientCertificate | Specifies that a client certificate will be provided to the service. |
| Digest | Specifies that Digest authentication credentials will be provided to the service. |
| OAuth2 | Specifies that a client certificate will be provided to the service. |
| SshPublicKey | Specifies that a SSH public key will be provided to the service. |
| Windows | Specifies that Windows authentication credentials will be provided to the service. |