HistoryListItem

data class HistoryListItem(var id: String, var createdDate: String, var action: HistoryAction, var name: String, var entityId: String?, var entityType: HistoryEntityType, var metadata: HistoryMetadata?, var organisationId: String?, var target: String?, var user: String?)

Constructors

Link copied to clipboard
constructor(id: String, createdDate: String, action: HistoryAction, name: String, entityId: String?, entityType: HistoryEntityType, metadata: HistoryMetadata?, organisationId: String?, target: String?, user: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard

Structured metadata attached to the event. The variant depends on the type.

Link copied to clipboard

For credential events, this is the credential schema name. For presentation events, this is the proof schema name. For all other entity types, it is the entity name.

Link copied to clipboard
Link copied to clipboard

Identifier UUID of the external participant in the interaction, if applicable. For credential events, this is the counterpart's identifier (holder when the system is issuer, issuer when the system is holder). For presentation events, this is the holder's identifier when the system is verifier, or the verifier's identifier when the system is holder.

Link copied to clipboard
var user: String?

Identifier of the user who triggered the event.