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."],[[["This document provides reference documentation for the `FetchCaCertsResponse` class within the Google Cloud Security PrivateCA V1 API, specifically for .NET."],["The `FetchCaCertsResponse` class is the response message for the `CertificateAuthorityService.FetchCaCerts` method, used to retrieve CA certificate chains."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The latest version available is 3.9.0, and a range of previous versions are also documented, from 3.8.0 down to 1.0.0, giving the ability to check compatibility across a wide range of versions."],["The main property within this class, `CaCerts`, is a `RepeatedField` containing certificate chains, and it represents the PEM-encoded CA certificate chains of active CertificateAuthority resources."]]],[]]