public sealed class TlsConfig : IMessage<TlsConfig>, IEquatable<TlsConfig>, IDeepCloneable<TlsConfig>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class TlsConfig.
The TLS configuration.
Implements
IMessageTlsConfig, IEquatableTlsConfig, IDeepCloneableTlsConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.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 |
|