public sealed class PostgresqlSslConfig.Types.ServerVerification : IMessage<PostgresqlSslConfig.Types.ServerVerification>, IEquatable<PostgresqlSslConfig.Types.ServerVerification>, IDeepCloneable<PostgresqlSslConfig.Types.ServerVerification>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlSslConfig.Types.ServerVerification.
Message represents the option where Datastream will enforce the encryption
and authenticate the server identity. ca_certificate must be set if user
selects this option.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The webpage provides reference documentation and code samples for the DataStream v1 API class `PostgresqlSslConfig.Types.ServerVerification`."],["This class, `ServerVerification`, is used when Datastream is required to enforce encryption and authenticate the server identity, necessitating the setting of the `ca_certificate`."],["The latest version of the documentation is for version 2.9.0, with historical versions available back to 1.0.0."],["`ServerVerification` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `ServerVerification` and the property `CaCertificate` for storing a PEM-encoded server root CA certificate, which is of type `string`."]]],[]]