SecurityGroupSettingsRequest - AWS Wickr

SecurityGroupSettingsRequest

Contains 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.

Contents

Note

In the following list, the required parameters are described first.

enableGuestFederation

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.

Type: Boolean

Required: No

enableRestrictedGlobalFederation

Enables restricted global federation to limit communication to specific permitted networks only. Requires globalFederation to be enabled.

Type: Boolean

Required: No

federationMode

The local federation mode. Values: 0 (none), 1 (federated - all networks), 2 (restricted - only permitted networks).

Type: Integer

Required: No

globalFederation

Allow users to securely federate with all AWS Wickr networks and AWS Enterprise networks.

Type: Boolean

Required: No

lockoutThreshold

The number of failed password attempts before a user account is locked out.

Type: Integer

Required: No

permittedNetworks

A list of network IDs that are permitted for local federation when federation mode is set to restricted.

Type: Array of strings

Length Constraints: Fixed length of 8.

Pattern: [0-9]{8}

Required: No

permittedWickrAwsNetworks

A list of permitted AWS Wickr networks for restricted global federation.

Type: Array of WickrAwsNetworks objects

Required: No

permittedWickrEnterpriseNetworks

A list of permitted Wickr Enterprise networks for restricted global federation.

Type: Array of PermittedWickrEnterpriseNetwork objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: