Values.UpdateConnectionPreferencesRequestSourceUpdates the connection preferences for a partner account, modifying access settings and exclusions.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the partner account.
*)revision : Revision.t;The revision number of the connection preferences for optimistic locking.
*)accessType : AccessType.t;The access type setting for connections (e.g., open, restricted, invitation-only).
*)excludedParticipantIdentifiers : UpdateConnectionPreferencesRequestExcludedParticipantIdentifiersList.t
option;The updated list of participant identifiers to exclude from connections.
*)}val make :
?excludedParticipantIdentifiers:??? ->
catalog:Catalog.t ->
revision:Revision.t ->
accessType:AccessType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ParticipantIdentifier.t ] list
| `Long of Revision.t
| `String of Catalog.t ])
list ]