Gemini Enterprise for Customer Experience v1 API - Class TlsConfig (1.0.0-beta01)

public sealed class TlsConfig : IMessage<TlsConfig>, IEquatable<TlsConfig>, IDeepCloneable<TlsConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class TlsConfig.

The TLS configuration.

Inheritance

object > TlsConfig

Namespace

Google.Cloud.Ces.V1

Assembly

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