Send feedback
Class CaOptions (1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
CaOptions ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Attributes
Name
Description
is_ca
bool
Optional. Refers to the "CA" boolean field in
the X.509 extension. When this value is missing,
the basic constraints extension will be omitted
from the certificate.
This field is a member of oneof
_ _is_ca
.
max_issuer_path_length
int
Optional. Refers to the path length
constraint field in the 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 certificate.
This field is a member of oneof
_ _max_issuer_path_length
.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
Need to tell us more?
[[["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-08-28 UTC."],[],[],null,["# Class CaOptions (1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/python/docs/reference/privateca/latest/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.14.3](/python/docs/reference/privateca/1.14.3/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.13.1](/python/docs/reference/privateca/1.13.1/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.12.2](/python/docs/reference/privateca/1.12.2/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.11.0](/python/docs/reference/privateca/1.11.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.10.3](/python/docs/reference/privateca/1.10.3/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.9.0](/python/docs/reference/privateca/1.9.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.8.1](/python/docs/reference/privateca/1.8.1/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.7.1](/python/docs/reference/privateca/1.7.1/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.6.1](/python/docs/reference/privateca/1.6.1/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.5.0](/python/docs/reference/privateca/1.5.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.4.3](/python/docs/reference/privateca/1.4.3/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.3.2](/python/docs/reference/privateca/1.3.2/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.2.4](/python/docs/reference/privateca/1.2.4/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.1.0](/python/docs/reference/privateca/1.1.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [1.0.6](/python/docs/reference/privateca/1.0.6/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [0.4.0](/python/docs/reference/privateca/0.4.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [0.3.0](/python/docs/reference/privateca/0.3.0/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions)\n- [0.1.1](/python/docs/reference/privateca/0.1.1/google.cloud.security.privateca_v1.types.X509Parameters.CaOptions) \n\n CaOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDescribes the X.509 basic constraints extension, per `RFC 5280\nsection\n4.2.1.9 \u003chttps://tools.ietf.org/html/rfc5280#section-4.2.1.9\u003e`__\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]