SubjectConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
These values are used to create the distinguished name and subject alternative name fields in an X.509 certificate.
Attributes | |
---|---|
Name | Description |
subject |
google.cloud.security.privateca_v1beta1.types.Subject
Required. Contains distinguished name fields such as the location and organization. |
common_name |
str
Optional. The "common name" of the distinguished name. |
subject_alt_name |
google.cloud.security.privateca_v1beta1.types.SubjectAltNames
Optional. The subject alternative name fields. |