Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 756 Bytes

PkixDistinguishedName.md

File metadata and controls

16 lines (12 loc) · 756 Bytes

PkixDistinguishedName

The identifier for the owner of an X.509 certificate and the authority that issued the certificate.

Properties

Name Type Description Notes
common_name str A required component that identifies a person or an object. [optional] [readonly]
country list[str] [optional]
locality list[str] [optional]
organization list[str] [optional]
organizational_unit list[str] [optional]
state list[str] [optional]

[Back to Model list] [Back to API list] [Back to README]