Postbox

data class Postbox(val id: String, val createdAt: Date, val updatedAt: Date, val ownerId: String, val sudoId: String, val connectionId: String, val isEnabled: Boolean, val serviceEndpoint: String)

The platform SDK representation of a postbox.

Constructors

Link copied to clipboard
constructor(id: String, createdAt: Date, updatedAt: Date, ownerId: String, sudoId: String, connectionId: String, isEnabled: Boolean, serviceEndpoint: String)

Properties

Link copied to clipboard

Client-provided connection identifier. Unique across all postboxes for an owner.

Link copied to clipboard

Date object capturing the time the postbox was created.

Link copied to clipboard
val id: String

Unique identifier of the postbox

Link copied to clipboard

Indicates whether the postbox is enabled and messages may be written to it.

Link copied to clipboard

The unique identifier of the signed in user this postbox belongs to.

Link copied to clipboard

The endpoint which should be used to send messages to the postbox.

Link copied to clipboard

The unique identifier of the sudo this postbox belongs to.

Link copied to clipboard

Date object capturing the time the postbox was last updated