Show / Hide Table of Contents

Class TrustConfig

Sources of CA certificates to install in the broker's truststore.

Inheritance
object
TrustConfig
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 TrustConfig : IDirectResponseSchema

Properties

CasConfigs

Optional. Configuration for the Google Certificate Authority Service. Maximum 10.

Declaration
[JsonProperty("casConfigs")]
public virtual IList<CertificateAuthorityServiceConfig> CasConfigs { get; set; }
Property Value
Type Description
IList<CertificateAuthorityServiceConfig>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX