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
[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."],[[["The provided content details the `FetchCaCertsResponse` class within the Google Cloud Security Private CA V1 API, specifically version 3.3.0."],["This class is a response message for the `CertificateAuthorityService.FetchCaCerts` method, used within the .NET environment."],["Multiple previous versions of the Google Cloud Security Private CA V1 API are available, ranging from version 1.0.0 up to the latest 3.9.0."],["The `FetchCaCertsResponse` class includes a `CaCerts` property, which contains the PEM encoded certificate chains for active Certificate Authority resources."],["The `FetchCaCertsResponse` class inherits from object, and implements `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."]]],[]]