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 Google Cloud Security PrivateCA v1 API is 3.9.0, and the provided content details versions back to 1.0.0."],["The `FetchCaCertsResponse` class is part of the Google.Cloud.Security.PrivateCA.V1 namespace, used within the .NET environment for fetching CA certificate information."],["`FetchCaCertsResponse` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its robust integration with the Google Protocol Buffers library."],["The `FetchCaCertsResponse` class has a property called `CaCerts`, which is a collection of certificate chains in PEM format from enabled, disabled, or staged CA pools, it is a repeated field object."],["The `FetchCaCertsResponse` has 2 constructors, one taking in no arguments and another taking in a `FetchCaCertsResponse` as an argument."]]],[]]