public sealed class SslConfigTemplate : IMessage<SslConfigTemplate>, IEquatable<SslConfigTemplate>, IDeepCloneable<SslConfigTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class SslConfigTemplate.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `SslConfigTemplate` class within the Integration Connectors v1 API, detailing its structure and usage."],["The `SslConfigTemplate` class represents SSL configuration details for a connector version and inherits from the base `object` class while implementing multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for managing SSL configurations, such as `AdditionalVariables`, `ClientCertType`, `IsTlsMandatory`, `ServerCertType`, and `SslType`, defining parameters like supported certificate types and TLS requirements."],["The `SslConfigTemplate` class is located in the `Google.Cloud.Connectors.V1` namespace within the `Google.Cloud.Connectors.V1.dll` assembly, and two constructors are provided: a default constructor and a copy constructor."],["The available versions for the `SslConfigTemplate` class within this documentation are 1.0.0, 1.1.0, 1.2.0, and the latest 1.3.0."]]],[]]