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].
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `FetchCaCertsResponse` documentation is 3.9.0, while the current page is displaying information for version 3.7.0."],["This page provides documentation for the `FetchCaCertsResponse` class, part of the Google Cloud Security PrivateCA v1 API."],["The `FetchCaCertsResponse` class is a response message for the `CertificateAuthorityService.FetchCaCerts` method, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchCaCertsResponse` class contains a property called `CaCerts` of the type `RepeatedField\u003cFetchCaCertsResponse.Types.CertChain\u003e`, which contains the PEM encoded CA certificate chains."],["There are multiple other versions available, ranging from 1.0.0 up to 3.9.0, for this class, each with separate documentation."]]],[]]