Values.UpdateSecurityGroupRequestSourceUpdates the properties of an existing security group in a Wickr network, such as its name or settings.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network containing the security group to update.
*)groupId : GenericString.t;The unique identifier of the security group to update.
*)name : GenericString.t option;The new name for the security group.
*)securityGroupSettings : SecurityGroupSettings.t option;The updated configuration settings for the security group. Federation mode - 0 (Local federation), 1 (Restricted federation), 2 (Global federation)
*)}val make :
?name:??? ->
?securityGroupSettings:??? ->
networkId:NetworkId.t ->
groupId:GenericString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NetworkId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `List of
[> `String of GenericString.t
| `Structure of
(string * [> `String of GenericString.t ]) list ]
list
| `Long of Long.t
| `Structure of
(string * [> `Boolean of Boolean.t | `Integer of Integer.t ])
list ])
list ])
list ]