Send feedback
Class CertificateIdentityConstraints (1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
CertificateIdentityConstraints (
mapping = None , * , ignore_unknown_fields = False , ** kwargs
)
Attributes
Name
Description
cel_expression
google.type.expr_pb2.Expr
Optional. A CEL expression that may be used
to validate the resolved X.509 Subject and/or
Subject Alternative Name before a certificate is
signed. To see the full allowed syntax and some
examples, see
https://cloud.google.com/certificate-authority-service/docs/using-cel
allow_subject_passthrough
bool
Required. If this is true, the
Subject field
may be copied from a certificate request into the signed
certificate. Otherwise, the requested
Subject will
be discarded.
This field is a member of oneof
_ _allow_subject_passthrough
.
allow_subject_alt_names_passthrough
bool
Required. If this is true, the
SubjectAltNames
extension may be copied from a certificate request into the
signed certificate. Otherwise, the requested
SubjectAltNames
will be discarded.
This field is a member of oneof
_ _allow_subject_alt_names_passthrough
.
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 CertificateIdentityConstraints (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.CertificateIdentityConstraints)\n- [1.14.3](/python/docs/reference/privateca/1.14.3/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.13.1](/python/docs/reference/privateca/1.13.1/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.12.2](/python/docs/reference/privateca/1.12.2/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.11.0](/python/docs/reference/privateca/1.11.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.10.3](/python/docs/reference/privateca/1.10.3/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.9.0](/python/docs/reference/privateca/1.9.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.8.1](/python/docs/reference/privateca/1.8.1/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.7.1](/python/docs/reference/privateca/1.7.1/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.6.1](/python/docs/reference/privateca/1.6.1/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.5.0](/python/docs/reference/privateca/1.5.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.4.3](/python/docs/reference/privateca/1.4.3/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.3.2](/python/docs/reference/privateca/1.3.2/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.2.4](/python/docs/reference/privateca/1.2.4/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.1.0](/python/docs/reference/privateca/1.1.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [1.0.6](/python/docs/reference/privateca/1.0.6/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [0.4.0](/python/docs/reference/privateca/0.4.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [0.3.0](/python/docs/reference/privateca/0.3.0/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints)\n- [0.1.1](/python/docs/reference/privateca/0.1.1/google.cloud.security.privateca_v1.types.CertificateIdentityConstraints) \n\n CertificateIdentityConstraints(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nDescribes constraints on a\nCertificate's\nSubject and\nSubjectAltNames.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e"]]