CertificateExtensionConstraints(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Describes a set of X.509 extensions that may be part of some certificate issuance controls.
Attributes |
|
---|---|
Name | Description |
known_extensions |
MutableSequence[google.cloud.security.privateca_v1.types.CertificateExtensionConstraints.KnownCertificateExtension]
Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions. |
additional_extensions |
MutableSequence[google.cloud.security.privateca_v1.types.ObjectId]
Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions. |
Classes
KnownCertificateExtension
KnownCertificateExtension(value)
Describes well-known X.509 extensions that can appear in a Certificate, not including the SubjectAltNames extension.