public sealed class FetchCaCertsResponse : IMessage<FetchCaCertsResponse>, IEquatable<FetchCaCertsResponse>, IDeepCloneable<FetchCaCertsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class FetchCaCertsResponse.
Response message for [CertificateAuthorityService.FetchCaCerts][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts].
Implements
IMessageFetchCaCertsResponse, IEquatableFetchCaCertsResponse, IDeepCloneableFetchCaCertsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
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 |
|