History List Item
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?)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Structured metadata attached to the event. The variant depends on the type.
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.