public sealed class TrustConfig : IMessage<TrustConfig>, IEquatable<TrustConfig>, IDeepCloneable<TrustConfig>, IBufferMessage, IMessageReference documentation and code samples for the Managed Service for Apache Kafka API v1 API class TrustConfig.
Sources of CA certificates to install in the broker's truststore.
Implements
IMessageTrustConfig, IEquatableTrustConfig, IDeepCloneableTrustConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
TrustConfig()
public TrustConfig()TrustConfig(TrustConfig)
public TrustConfig(TrustConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TrustConfig |
Properties
CasConfigs
public RepeatedField<TrustConfig.Types.CertificateAuthorityServiceConfig> CasConfigs { get; }Optional. Configuration for the Google Certificate Authority Service. Maximum 10.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTrustConfigTypesCertificateAuthorityServiceConfig |
|