public sealed class CertificateAuthority.Types.ManagedCertificateAuthority : IMessage<CertificateAuthority.Types.ManagedCertificateAuthority>, IEquatable<CertificateAuthority.Types.ManagedCertificateAuthority>, IDeepCloneable<CertificateAuthority.Types.ManagedCertificateAuthority>, IBufferMessage, IMessageImplements
IMessageCertificateAuthorityTypesManagedCertificateAuthority, IEquatableCertificateAuthorityTypesManagedCertificateAuthority, IDeepCloneableCertificateAuthorityTypesManagedCertificateAuthority, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.Cluster.V1Assembly
Google.Cloud.Redis.Cluster.V1.dll
Constructors
ManagedCertificateAuthority()
public ManagedCertificateAuthority()ManagedCertificateAuthority(ManagedCertificateAuthority)
public ManagedCertificateAuthority(CertificateAuthority.Types.ManagedCertificateAuthority other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateAuthorityTypesManagedCertificateAuthority |
Properties
CaCerts
public RepeatedField<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain> CaCerts { get; }The PEM encoded CA certificate chains for redis managed server authentication
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCertificateAuthorityTypesManagedCertificateAuthorityTypesCertChain |
|