AccountEvent

data class AccountEvent(val comment: String? = null, val active: Boolean, val status: Status? = null, val timestamp: Timestamp)

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

Parameters

active

Indicates that the account has a repository which can be fetched from the host that emitted this event.

Constructors

Link copied to clipboard
constructor(comment: String? = null, active: Boolean, status: Status? = null, timestamp: Timestamp)

Properties

Link copied to clipboard

Indicates that the account has a repository which can be fetched from the host that emitted this event.

Link copied to clipboard
val comment: String? = null
Link copied to clipboard
val status: Status? = null
Link copied to clipboard