Google Cloud Memorystore for Redis (cluster management) v1 API - Class CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain (1.3.0)

public sealed class CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain : IMessage<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain>, IEquatable<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain>, IDeepCloneable<CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain>, IBufferMessage, IMessage

Inheritance

object > CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain

Namespace

Google.Cloud.Redis.Cluster.V1

Assembly

Google.Cloud.Redis.Cluster.V1.dll

Constructors

CertChain()

public CertChain()

CertChain(CertChain)

public CertChain(CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain other)
Parameter
Name Description
other CertificateAuthorityTypesManagedCertificateAuthorityTypesCertChain

Properties

Certificates

public RepeatedField<string> Certificates { get; }

The certificates that form the CA chain, from leaf to root order.

Property Value
Type Description
RepeatedFieldstring