Certificate Authority v1 API - Class FetchCaCertsResponse (3.8.0)

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

Reference documentation and code samples for the Certificate Authority v1 API class FetchCaCertsResponse.

Response message for [CertificateAuthorityService.FetchCaCerts][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts].

Inheritance

object > FetchCaCertsResponse

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

FetchCaCertsResponse()

public FetchCaCertsResponse()

FetchCaCertsResponse(FetchCaCertsResponse)

public FetchCaCertsResponse(FetchCaCertsResponse other)
Parameter
Name Description
other FetchCaCertsResponse

Properties

CaCerts

public RepeatedField<FetchCaCertsResponse.Types.CertChain> CaCerts { get; }

The PEM encoded CA certificate chains of all certificate authorities in this [CaPool][google.cloud.security.privateca.v1.CaPool] in the ENABLED, DISABLED, or STAGED states.

Property Value
Type Description
RepeatedFieldFetchCaCertsResponseTypesCertChain