public sealed class SubordinateConfigChain : IMessage<SubordinateConfig.Types.SubordinateConfigChain>, IEquatable<SubordinateConfig.Types.SubordinateConfigChain>, IDeepCloneable<SubordinateConfig.Types.SubordinateConfigChain>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class SubordinateConfig.Types.SubordinateConfigChain.
This message describes a subordinate CA's issuer certificate chain. This
wrapper exists for compatibility reasons.
[[["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 documentation page covers the `SubordinateConfigChain` class within the Google Cloud Security Private CA V1 API, specifically within version 3.2.0."],["The `SubordinateConfigChain` class describes a subordinate CA's issuer certificate chain and is intended for compatibility."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SubordinateConfigChain` class has two constructors, a default one and one that accepts another `SubordinateConfigChain` object."],["The `PemCertificates` property, which is a `RepeatedField\u003cstring\u003e`, holds the subordinate CA's certificates, expected to be in leaf-to-root order."]]],[]]