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 within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically version 2.3.0."],["The `FetchCaCertsResponse` class is a response message used by the `CertificateAuthorityService.FetchCaCerts` function, used to get the certificates."],["It includes an implementation of various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `CaCerts` property, which is a `RepeatedField` that holds PEM encoded CA certificate chains from active `CertificateAuthority` resources in a `CaPool`."],["The documentation provided covers versions ranging from 1.0.0 up to the most recent 3.9.0, with each being a sublink to its respective documentation."]]],[]]