Skip to main content

AdfLinkedServiceAuthenticationType Enumeration

AdfLinkedServiceAuthenticationType Enumeration

Provides options for the type of authentication method to use when connecting via an Azure Data Factory Linked Service.

Enumeration Values

NameSummary
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.
Digest
Specifies that Digest authentication credentials will be provided to the service.
Windows
Specifies that Windows authentication credentials will be provided to the service.
ClientCertificate
Specifies that a client certificate 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.
MultiFactor
Specifies that a MultiFactor login will be used.