Skip to content

SealdRecipient

data class SealdRecipient(val sealdId: String, val addedById: String, val readFirst: Instant, val readLast: Instant, val readTime: Int, val rights: RecipientRights)

SealdRecipient holds information about a recipient of a session.

Constructors

SealdRecipientconstructor(sealdId: String, addedById: String, readFirst: Instant, readLast: Instant, readTime: Int, rights: RecipientRights)

Properties

NameSummary
addedByIdval addedById: String
The IDs of proxy sessions to revoke from this session.
readFirstval readFirst: Instant
Time of the first access to the session.
readLastval readLast: Instant
Time of the last access to the session.
readTimeval readTime: Int
Number of access to the session.
rightsval rights: RecipientRights
The rights for the recipient.
sealdIdval sealdId: String
The Seald ID of the user.