Values.GetIdMappingTableInputSourceRetrieves an ID mapping table.
type nonrec t = {idMappingTableIdentifier : UUID.t;The unique identifier of the ID mapping table identifier that you want to retrieve.
*)membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID mapping table that you want to retrieve.
*)}val make :
idMappingTableIdentifier:UUID.t ->
membershipIdentifier:MembershipIdentifier.t ->
unit ->
t