public sealed class CaOptions : IMessage<X509Parameters.Types.CaOptions>, IEquatable<X509Parameters.Types.CaOptions>, IDeepCloneable<X509Parameters.Types.CaOptions>, IBufferMessage, IMessage
Describes values that are relevant in a CA certificate.
Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
value is missing, the extension will be omitted from the CA certificate.
Optional. Refers to the path length restriction X.509 extension. For a CA
certificate, this value describes the depth of subordinate CA
certificates that are allowed.
If this value is less than 0, the request will fail.
If this value is missing, the max path length will be omitted from the
CA certificate.
[[["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 page details the `CaOptions` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, which is used for defining values relevant to a Certificate Authority (CA) certificate within the Google Cloud Security Private CA service."],["The `CaOptions` class has properties `IsCa` and `MaxIssuerPathLength`, which correspond to the X.509 CA extension and the path length restriction X.509 extension respectively, allowing for the configuration of whether a certificate is a CA and the depth of subordinate CAs."],["The latest version of `CaOptions` available is version 3.9.0, and this page also contains links to previous versions of this class all the way back to 1.0.0 for reference and version control purposes."],["The `CaOptions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its integration with the Google Protobuf ecosystem and its ability to be cloned and compared."]]],[]]