PkixName
PkixName represents an X.509 distinguished name (DN).
Properties
Countryarray[string] requiredThe country names in the distinguished name.Organizationarray[string] requiredThe organization names in the distinguished name.OrganizationalUnitarray[string] requiredThe organizational unit names in the distinguished name.Localityarray[string] requiredThe locality (city) names in the distinguished name.Provincearray[string] requiredThe state or province names in the distinguished name.StreetAddressarray[string] requiredThe street addresses in the distinguished name.PostalCodearray[string] requiredThe postal codes in the distinguished name.SerialNumberstring requiredThe serial number of the distinguished name.CommonNamestring requiredThe common name (CN) of the distinguished name.- The parsed attribute type and value pairs of the distinguished name.
- ↳
Typestring requiredThe ASN.1 object identifier of the attribute type. - ↳
Valueobject requiredThe value of the attribute. - Additional attribute type and value pairs to include in the distinguished name.
- ↳
Typestring requiredThe ASN.1 object identifier of the attribute type. - ↳
Valueobject requiredThe value of the attribute.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.