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
TmrAccess | constructor(tmrAccessId: String, created: Instant, authFactorType: String, rights: RecipientRights) |
Properties
Name | Summary |
---|---|
authFactorType | val authFactorType: String The type of authentication factor. |
created | val created: Instant Date of creation. |
rights | val rights: RecipientRights The rights for the access |
tmrAccessId | val tmrAccessId: String Id of the TMR access. |