Identity Event
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.