public sealed class TlsConfig : IMessage<TlsConfig>, IEquatable<TlsConfig>, IDeepCloneable<TlsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TlsConfig.
The TLS configuration.
Implements
IMessageTlsConfig, IEquatableTlsConfig, IDeepCloneableTlsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
TlsConfig()
public TlsConfig()TlsConfig(TlsConfig)
public TlsConfig(TlsConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TlsConfig |
Properties
CaCerts
public RepeatedField<TlsConfig.Types.CaCert> CaCerts { get; }Required. Specifies a list of allowed custom CA certificates for HTTPS verification.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTlsConfigTypesCaCert |
|