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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Allow users to securely federate with all Amazon Web Services Wickr networks and Amazon Web Services Enterprise networks.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

A list of permitted Amazon Web Services Wickr networks for restricted global federation.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String