Network

class Network

Represents a Wickr network with all its configuration and status information.

Types

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

Properties

Link copied to clipboard

The access level of the network (STANDARD or PREMIUM), which determines available features and capabilities.

Link copied to clipboard

The Amazon Web Services account ID that owns the network.

Link copied to clipboard

The ARN of the Amazon Web Services KMS customer managed key used for encrypting sensitive data in the network.

Link copied to clipboard

The expiration date and time for the network's free trial period, if applicable.

Link copied to clipboard

The SSO redirect URI migration state, managed by the SSO redirect migration wizard. Values: 0 (not started), 1 (in progress), or 2 (completed).

Link copied to clipboard

The Amazon Resource Name (ARN) of the network.

Link copied to clipboard

The unique identifier of the network.

Link copied to clipboard

The name of the network.

Link copied to clipboard

The current standing or status of the network.

Functions

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