Share via


MongoDBLinkedService.AllowSelfSignedServerCert Property

Definition

Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get; set; }
member this.AllowSelfSignedServerCert : Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> with get, set
Public Property AllowSelfSignedServerCert As DataFactoryElement(Of Boolean)

Property Value

Applies to