public sealed class Tool.Types.TLSConfig : IMessage<Tool.Types.TLSConfig>, IEquatable<Tool.Types.TLSConfig>, IDeepCloneable<Tool.Types.TLSConfig>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class Tool.Types.TLSConfig.
The TLS configuration.
Implements
IMessageToolTypesTLSConfig, IEquatableToolTypesTLSConfig, IDeepCloneableToolTypesTLSConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
TLSConfig()
public TLSConfig()TLSConfig(TLSConfig)
public TLSConfig(Tool.Types.TLSConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ToolTypesTLSConfig |
Properties
CaCerts
public RepeatedField<Tool.Types.TLSConfig.Types.CACert> CaCerts { get; }Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldToolTypesTLSConfigTypesCACert |
|