Certificate Authority v1 API - Class FetchCaCertsResponse.Types.CertChain (3.7.0)

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

Inheritance

object > FetchCaCertsResponse.Types.CertChain

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

CertChain()

public CertChain()

CertChain(CertChain)

public CertChain(FetchCaCertsResponse.Types.CertChain other)
Parameter
NameDescription
otherFetchCaCertsResponseTypesCertChain

Properties

Certificates

public RepeatedField<string> Certificates { get; }

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

Property Value
TypeDescription
RepeatedFieldstring