Memorystore v1beta API - Class CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain (1.0.0-beta03)

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

Reference documentation and code samples for the Memorystore v1beta API class CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain.

A certificate chain.

Inheritance

object > CertificateAuthority.Types.ManagedCertificateAuthority.Types.CertChain

Namespace

Google.Cloud.Memorystore.V1Beta

Assembly

Google.Cloud.Memorystore.V1Beta.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 in order of leaf to root.

Property Value
Type Description
RepeatedFieldstring