Skip to main content

AdfPostgreSqlLinkedServiceSslMode Enumeration

AdfPostgreSqlLinkedServiceSslMode Enumeration

The AdfPostgreSqlLinkedServiceSslMode enumeration provides options for how a PostgreSql connection will negotiate SSL.

Enumeration Values

NameSummary
Disabled
Specifies that SSL should not be used.
Allow
Specifies that SSL may be used but that not using SSL is the preference for the connection.
Preferred
Specifies that using SSL is the preference for the connection.
Required
Specifies that SSL must be used for the connection.
Verify_ca
Specifies that SSL must be used for the connection and that the server's certificate must be verified.
Verify_full
Specifies that SSL must be used for the connection and that the server's certificate with host's name must be verified.