Values.SecurityGroupSourceRepresents a security group in a Wickr network, containing membership statistics, configuration, and all permission settings that apply to its members.
type nonrec t = {activeMembers : Integer.t option;The number of active user members currently in the security group.
*)botMembers : Integer.t option;The number of bot members currently in the security group.
*)activeDirectoryGuid : GenericString.t option;The GUID of the Active Directory group associated with this security group, if synchronized with LDAP.
*)id : GenericString.t option;The unique identifier of the security group.
*)isDefault : Boolean.t option;Indicates whether this is the default security group for the network. Each network has only one default group.
*)name : GenericString.t option;The human-readable name of the security group.
*)modified : Integer.t option;The timestamp when the security group was last modified, specified in epoch seconds.
*)securityGroupSettings : SecurityGroupSettings.t option;The comprehensive configuration settings that define capabilities and restrictions for members of this security group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of GenericString.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 ]