Skip to content

TmrAccess

data class TmrAccess(val tmrAccessId: String, val created: Instant, val authFactorType: String, val rights: RecipientRights)

TmrAccess holds the information about a TMR access.

Constructors

TmrAccessconstructor(tmrAccessId: String, created: Instant, authFactorType: String, rights: RecipientRights)

Properties

NameSummary
authFactorTypeval authFactorType: String
The type of authentication factor.
createdval created: Instant
Date of creation.
rightsval rights: RecipientRights
The rights for the access
tmrAccessIdval tmrAccessId: String
Id of the TMR access.