Values.CreateSecurityGroupRequestSourceCreates a new security group in a Wickr network. Security groups allow you to organize users and control their permissions, features, and security settings.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network where the security group will be created.
*)name : GenericString.t;The name for the new security group.
*)securityGroupSettings : SecurityGroupSettingsRequest.t;The configuration settings for the security group, including permissions, federation settings, and feature controls.
*)clientToken : ClientToken.t option;A unique identifier for this request to ensure idempotency.
*)}val make :
?clientToken:??? ->
networkId:NetworkId.t ->
name:GenericString.t ->
securityGroupSettings:SecurityGroupSettingsRequest.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 NetworkId.t
| `Structure of
(string * [> `String of GenericString.t ]) list ]
list ])
list ])
list ]