Module Values.IdNamespaceAssociationInputReferencePropertiesSource

Provides the information for the ID namespace association input reference properties.

Sourcetype nonrec t = {
  1. idNamespaceType : IdNamespaceType.t option;
    (*

    The ID namespace type for this ID namespace association.

    *)
  2. idMappingWorkflowsSupported : IdMappingWorkflowsSupported.t option;
    (*

    Defines how ID mapping workflows are supported for this ID namespace association.

    *)
}
Sourceval make : ?idNamespaceType:??? -> ?idMappingWorkflowsSupported:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of 'a list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t