Show / Hide Table of Contents

Class TlsConfig

The TLS configuration for the Kafka cluster.

Inheritance
object
TlsConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ManagedKafka.v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class TlsConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SslPrincipalMappingRules

Optional. A list of rules for mapping from SSL principal names to short names. These are applied in order by Kafka. Refer to the Apache Kafka documentation for ssl.principal.mapping.rules for the precise formatting details and syntax. Example: "RULE:^CN=(.?),OU=ServiceUsers.$/$1@example.com/,DEFAULT" This is a static Kafka broker configuration. Setting or modifying this field will trigger a rolling restart of the Kafka brokers to apply the change. An empty string means no rules are applied (Kafka default).

Declaration
[JsonProperty("sslPrincipalMappingRules")]
public virtual string SslPrincipalMappingRules { get; set; }
Property Value
Type Description
string

TrustConfig

Optional. The configuration of the broker truststore. If specified, clients can use mTLS for authentication.

Declaration
[JsonProperty("trustConfig")]
public virtual TrustConfig TrustConfig { get; set; }
Property Value
Type Description
TrustConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX