Values.AccessMethodSourceDescribes the type and format of extension access. Only one of CustomObjectIdentifier or AccessMethodType may be provided. Providing both results in InvalidArgsException.
type nonrec t = {customObjectIdentifier : CustomObjectIdentifier.t option;An object identifier (OID) specifying the AccessMethod. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID).
*)accessMethodType : AccessMethodType.t option;Specifies the AccessMethod.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CustomObjectIdentifier.t ])
list ]