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
GroupTmrTemporaryKey | constructor(id: String, groupId: String, isAdmin: Boolean, createdById: String, authFactorType: String, created: Instant) |
Properties
Name | Summary |
---|---|
authFactorType | val authFactorType: String The type of authentication factor. |
created | val created: Instant Date of creation. |
createdById | val createdById: String Id of the user who created this key. |
groupId | val groupId: String The id of the group. |
id | val id: String Id of the TMR key. |
isAdmin | val isAdmin: Boolean Does that key give the admin status. |