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 document outlines the `CaOptions` class, which is essential for defining values relevant to a CA certificate in the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The `CaOptions` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["Key properties of `CaOptions` include `IsCa`, which is an optional boolean value representing the \"CA\" X.509 extension, and `MaxIssuerPathLength`, which defines the allowed depth of subordinate CA certificates."],["The document provides a list of versions ranging from 1.0.0 to the latest 3.9.0 for the `Google.Cloud.Security.PrivateCA.V1.X509Parameters.Types.CaOptions` with corresponding links."],["`CaOptions` has two constructors, a default `CaOptions()` and one that takes another `CaOptions` instance as a parameter for the purpose of copying it."]]],[]]