SecurityGroup

Represents a security group in a Wickr network, containing membership statistics, configuration, and all permission settings that apply to its members.

Types

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

Properties

Link copied to clipboard

The GUID of the Active Directory group associated with this security group, if synchronized with LDAP.

Link copied to clipboard

The number of active user members currently in the security group.

Link copied to clipboard

The number of bot members currently in the security group.

Link copied to clipboard
val id: String

The unique identifier of the security group.

Link copied to clipboard

Indicates whether this is the default security group for the network. Each network has only one default group.

Link copied to clipboard

The timestamp when the security group was last modified, specified in epoch seconds.

Link copied to clipboard

The human-readable name of the security group.

Link copied to clipboard

The comprehensive configuration settings that define capabilities and restrictions for members of this security group.

Functions

Link copied to clipboard
inline fun copy(block: SecurityGroup.Builder.() -> Unit = {}): SecurityGroup
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