public sealed class FetchCaCertsResponse : IMessage<FetchCaCertsResponse>, IEquatable<FetchCaCertsResponse>, IDeepCloneable<FetchCaCertsResponse>, IBufferMessage, IMessage
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
[ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
[[["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."],[[["This webpage details the `FetchCaCertsResponse` class, which is a response message for the `CertificateAuthorityService.FetchCaCerts` method within the Google Cloud Security PrivateCA V1 API."],["The `FetchCaCertsResponse` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is implemented in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchCaCertsResponse` class includes a property called `CaCerts`, which is a `RepeatedField` containing the PEM encoded CA certificate chains for all active CertificateAuthority resources in a CaPool."],["The provided list shows the different versions of this API, with 3.9.0 being the latest and version 1.0.0 being the oldest."]]],[]]