Values.RejectInboundCrossClusterSearchConnectionRequestSourceContainer for the parameters to the RejectInboundCrossClusterSearchConnection operation.
type nonrec t = {crossClusterSearchConnectionId : CrossClusterSearchConnectionId.t;The id of the inbound connection that you want to reject.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CrossClusterSearchConnectionId.t ]) list ]