Skip to main content

Enum AdfLinkedServiceAuthenticationMode

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfLinkedServiceAuthenticationMode

Fields

FieldsDescription
AnonymousSpecifies that no authentication credentials will be provided to the service.
BasicSpecifies that a supplied username and password will be provided to the service.
ClientCertificateSpecifies that a client certificate will be provided to the service.
DigestSpecifies that Digest authentication credentials will be provided to the service.
OAuth2Specifies that a client certificate will be provided to the service.
SshPublicKeySpecifies that a SSH public key will be provided to the service.
WindowsSpecifies that Windows authentication credentials will be provided to the service.