Values.CustomAttributeSourceDefines the X.500 relative distinguished name (RDN).
type nonrec t = {objectIdentifier : CustomObjectIdentifier.t;Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
*)value : String1To256.t;Specifies the attribute value of relative distinguished name (RDN).
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CustomObjectIdentifier.t ]) list ]