Skip to content

GroupTmrTemporaryKey

data class GroupTmrTemporaryKey(val id: String, val groupId: String, val isAdmin: Boolean, val createdById: String, val authFactorType: String, val created: Instant)

GroupTmrTemporaryKey holds the information about a group TMR temporary key.

Constructors

GroupTmrTemporaryKeyconstructor(id: String, groupId: String, isAdmin: Boolean, createdById: String, authFactorType: String, created: Instant)

Properties

NameSummary
authFactorTypeval authFactorType: String
The type of authentication factor.
createdval created: Instant
Date of creation.
createdByIdval createdById: String
Id of the user who created this key.
groupIdval groupId: String
The id of the group.
idval id: String
Id of the TMR key.
isAdminval isAdmin: Boolean
Does that key give the admin status.