Share via


MongoDbLinkedService.AuthenticationType Property

Definition

Gets or sets the authentication type to be used to connect to the MongoDB database. Possible values include: 'Basic', 'Anonymous'

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to