Class PostgresqlSecurityProtocol (0.6.1)

PostgresqlSecurityProtocol(value)

Enum for Security protocol for PostgreSQL.

Enums

Name Description
POSTGRESQL_SECURITY_PROTOCOL_UNSPECIFIED Security protocol not specified.
PLAIN Plain text communication.
TLS Transport Layer Security.
MTLS Mutual Transport Layer Security.