Values.GetCollaborationIdNamespaceAssociationInputSourceRetrieves an ID namespace association from a specific collaboration.
type nonrec t = {collaborationIdentifier : CollaborationIdentifier.t;The unique identifier of the collaboration that contains the ID namespace association that you want to retrieve.
*)idNamespaceAssociationIdentifier : IdNamespaceAssociationIdentifier.t;The unique identifier of the ID namespace association that you want to retrieve.
*)}val make :
collaborationIdentifier:CollaborationIdentifier.t ->
idNamespaceAssociationIdentifier:IdNamespaceAssociationIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of CollaborationIdentifier.t ]) list ]