Values.DistinguishedNameSourceContains X.500 distinguished name information.
type nonrec t = {commonName : String_.t option;The common name (CN) attribute.
*)domainComponents : DomainComponentList.t option;The domain component attributes.
*)country : String_.t option;The country (C) attribute.
*)customAttributes : CustomAttributeList.t option;A list of custom attributes in the distinguished name. Each custom attribute contains an object identifier (OID) and its corresponding value.
*)distinguishedNameQualifier : String_.t option;The distinguished name qualifier attribute.
*)generationQualifier : String_.t option;The generation qualifier attribute.
*)givenName : String_.t option;The given name attribute.
*)initials : String_.t option;The initials attribute.
*)locality : String_.t option;The locality (L) attribute.
*)organization : String_.t option;The organization (O) attribute.
*)organizationalUnit : String_.t option;The organizational unit (OU) attribute.
*)pseudonym : String_.t option;The pseudonym attribute.
*)serialNumber : String_.t option;The serial number attribute.
*)state : String_.t option;The state or province (ST) attribute.
*)surname : String_.t option;The surname attribute.
*)title : String_.t option;The title attribute.
*)}val make :
?commonName:??? ->
?domainComponents:??? ->
?country:??? ->
?customAttributes:??? ->
?distinguishedNameQualifier:??? ->
?generationQualifier:??? ->
?givenName:??? ->
?initials:??? ->
?locality:??? ->
?organization:??? ->
?organizationalUnit:??? ->
?pseudonym:??? ->
?serialNumber:??? ->
?state:??? ->
?surname:??? ->
?title:??? ->
unit ->
t