IdentityEvent

data class IdentityEvent(val comment: String? = null, val handle: Handle? = null, val pdsHost: Uri? = null, val tombstone: Boolean? = null, val timestamp: Timestamp)

Logs identity related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.

Constructors

Link copied to clipboard
constructor(comment: String? = null, handle: Handle? = null, pdsHost: Uri? = null, tombstone: Boolean? = null, timestamp: Timestamp)

Properties

Link copied to clipboard
val comment: String? = null
Link copied to clipboard
val handle: Handle? = null
Link copied to clipboard
val pdsHost: Uri? = null
Link copied to clipboard
Link copied to clipboard
val tombstone: Boolean? = null