CaOptions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Describes values that are relevant in a CA certificate.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
is_ca |
bool
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. This field is a member of oneof _ _is_ca .
|
max_issuer_path_length |
int
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. This field is a member of oneof _ _max_issuer_path_length .
|