Values.SecurityGroupSettingsRequestSourceContains the security group configuration settings that can be specified when creating or updating a security group. This is a subset of SecurityGroupSettings containing only the modifiable federation and security settings.
type nonrec t = {lockoutThreshold : Integer.t option;The number of failed password attempts before a user account is locked out.
*)permittedNetworks : PermittedNetworksList.t option;A list of network IDs that are permitted for local federation when federation mode is set to restricted.
*)enableGuestFederation : Boolean.t option;Guest users let you work with people outside your organization that only have limited access to Wickr. Only valid when federationMode is set to Global.
*)globalFederation : Boolean.t option;Allow users to securely federate with all Amazon Web Services Wickr networks and Amazon Web Services Enterprise networks.
*)federationMode : Integer.t option;The local federation mode. Values: 0 (none), 1 (federated - all networks), 2 (restricted - only permitted networks).
*)enableRestrictedGlobalFederation : Boolean.t option;Enables restricted global federation to limit communication to specific permitted networks only. Requires globalFederation to be enabled.
*)permittedWickrAwsNetworks : WickrAwsNetworksList.t option;A list of permitted Amazon Web Services Wickr networks for restricted global federation.
*)permittedWickrEnterpriseNetworks : PermittedWickrEnterpriseNetworksList.t
option;A list of permitted Wickr Enterprise networks for restricted global federation.
*)}val to_value :
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 ]