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
SealdRecipient | constructor(sealdId: String, addedById: String, readFirst: Instant, readLast: Instant, readTime: Int, rights: RecipientRights) |
Properties
Name | Summary |
---|---|
addedById | val addedById: String The IDs of proxy sessions to revoke from this session. |
readFirst | val readFirst: Instant Time of the first access to the session. |
readLast | val readLast: Instant Time of the last access to the session. |
readTime | val readTime: Int Number of access to the session. |
rights | val rights: RecipientRights The rights for the recipient. |
sealdId | val sealdId: String The Seald ID of the user. |