tools_ozone_moderation_defs library
Classes
- AccountEvent
 - Logs account status related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.
 - AccountEventConverter
 - AccountEventStatus
 - AccountEventStatusConverter
 - AccountHosting
 - AccountHostingConverter
 - AccountHostingStatus
 - AccountHostingStatusConverter
 - AccountStats
 - Statistics about a particular account subject
 - AccountStatsConverter
 - AgeAssuranceEvent
 - Age assurance info coming directly from users. Only works on DID subjects.
 - AgeAssuranceEventConverter
 - AgeAssuranceEventStatus
 - AgeAssuranceEventStatusConverter
 - AgeAssuranceOverrideEvent
 - Age assurance status override by moderators. Only works on DID subjects.
 - AgeAssuranceOverrideEventConverter
 - AgeAssuranceOverrideEventStatus
 - AgeAssuranceOverrideEventStatusConverter
 - BlobView
 - BlobViewConverter
 - CancelScheduledTakedownEvent
 - Logs cancellation of a scheduled takedown action for an account.
 - CancelScheduledTakedownEventConverter
 - IdentityEvent
 - Logs identity related events on a repo subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.
 - IdentityEventConverter
 - ImageDetails
 - ImageDetailsConverter
 - Moderation
 - ModerationConverter
 - ModerationDetail
 - ModerationDetailConverter
 - ModEventAcknowledge
 - ModEventAcknowledgeConverter
 - ModEventComment
 - Add a comment to a subject. An empty comment will clear any previously set sticky comment.
 - ModEventCommentConverter
 - ModEventDivert
 - Divert a record's blobs to a 3rd party service for further scanning/tagging
 - ModEventDivertConverter
 - ModEventEmail
 - Keep a log of outgoing email to a user
 - ModEventEmailConverter
 - ModEventEscalate
 - ModEventEscalateConverter
 - ModEventLabel
 - Apply/Negate labels on a subject
 - ModEventLabelConverter
 - ModEventMute
 - Mute incoming reports on a subject
 - ModEventMuteConverter
 - ModEventMuteReporter
 - Mute incoming reports from an account
 - ModEventMuteReporterConverter
 - ModEventPriorityScore
 - Set priority score of the subject. Higher score means higher priority.
 - ModEventPriorityScoreConverter
 - ModEventReport
 - Report a subject
 - ModEventReportConverter
 - ModEventResolveAppeal
 - Resolve appeal on a subject
 - ModEventResolveAppealConverter
 - ModEventReverseTakedown
 - Revert take down action on a subject
 - ModEventReverseTakedownConverter
 - ModEventTag
 - Add/Remove a tag on a subject
 - ModEventTagConverter
 - ModEventTakedown
 - Take down a subject permanently or temporarily
 - ModEventTakedownConverter
 - ModEventUnmute
 - Unmute action on a subject
 - ModEventUnmuteConverter
 - ModEventUnmuteReporter
 - Unmute incoming reports from an account
 - ModEventUnmuteReporterConverter
 - ModEventView
 - ModEventViewConverter
 - ModEventViewDetail
 - ModEventViewDetailConverter
 - ModTool
 - Moderation tool information for tracing the source of the action
 - ModToolConverter
 - RecordEvent
 - Logs lifecycle event on a record subject. Normally captured by automod from the firehose and emitted to ozone for historical tracking.
 - RecordEventConverter
 - RecordEventOp
 - RecordEventOpConverter
 - RecordHosting
 - RecordHostingConverter
 - RecordHostingStatus
 - RecordHostingStatusConverter
 - RecordsStats
 - Statistics about a set of record subject items
 - RecordsStatsConverter
 - RecordView
 - RecordViewConverter
 - RecordViewDetail
 - RecordViewDetailConverter
 - RecordViewNotFound
 - RecordViewNotFoundConverter
 - ReporterStats
 - ReporterStatsConverter
 - RepoView
 - RepoViewConverter
 - RepoViewDetail
 - RepoViewDetailConverter
 - RepoViewNotFound
 - RepoViewNotFoundConverter
 - RevokeAccountCredentialsEvent
 - Account credentials revocation by moderators. Only works on DID subjects.
 - RevokeAccountCredentialsEventConverter
 - ScheduledActionView
 - View of a scheduled moderation action
 - ScheduledActionViewAction
 - ScheduledActionViewActionConverter
 - ScheduledActionViewConverter
 - ScheduledActionViewStatus
 - ScheduledActionViewStatusConverter
 - ScheduleTakedownEvent
 - Logs a scheduled takedown action for an account.
 - ScheduleTakedownEventConverter
 - SubjectReviewState
 - SubjectReviewStateConverter
 - SubjectStatusView
 - SubjectStatusViewAgeAssuranceState
 - SubjectStatusViewAgeAssuranceStateConverter
 - SubjectStatusViewAgeAssuranceUpdatedBy
 - SubjectStatusViewAgeAssuranceUpdatedByConverter
 - SubjectStatusViewConverter
 - SubjectView
 - Detailed view of a subject. For record subjects, the author's repo and profile will be returned.
 - SubjectViewConverter
 - UBlobViewDetails
 - UBlobViewDetailsConverter
 - UModEventViewDetailEvent
 - UModEventViewDetailEventConverter
 - UModEventViewDetailSubject
 - UModEventViewDetailSubjectConverter
 - UModEventViewEvent
 - UModEventViewEventConverter
 - UModEventViewSubject
 - UModEventViewSubjectConverter
 - USubjectStatusViewHosting
 - USubjectStatusViewHostingConverter
 - USubjectStatusViewSubject
 - USubjectStatusViewSubjectConverter
 - USubjectViewProfile
 - USubjectViewProfileConverter
 - VideoDetails
 - VideoDetailsConverter
 
Enums
- KnownAccountEventStatus
 - KnownAccountHostingStatus
 - KnownAgeAssuranceEventStatus
 - KnownAgeAssuranceOverrideEventStatus
 - KnownRecordEventOp
 - KnownRecordHostingStatus
 - KnownScheduledActionViewAction
 - KnownScheduledActionViewStatus
 - KnownSubjectReviewState
 - KnownSubjectStatusViewAgeAssuranceState
 - KnownSubjectStatusViewAgeAssuranceUpdatedBy
 
Extensions
- AccountEventExtension on AccountEvent
 - AccountEventPatterns on AccountEvent
 - Adds pattern-matching-related methods to AccountEvent.
 - AccountEventStatusExtension on AccountEventStatus
 - AccountEventStatusPatterns on AccountEventStatus
 - Adds pattern-matching-related methods to AccountEventStatus.
 - AccountHostingExtension on AccountHosting
 - AccountHostingPatterns on AccountHosting
 - Adds pattern-matching-related methods to AccountHosting.
 - AccountHostingStatusExtension on AccountHostingStatus
 - AccountHostingStatusPatterns on AccountHostingStatus
 - Adds pattern-matching-related methods to AccountHostingStatus.
 - AccountStatsExtension on AccountStats
 - AccountStatsPatterns on AccountStats
 - Adds pattern-matching-related methods to AccountStats.
 - AgeAssuranceEventExtension on AgeAssuranceEvent
 - AgeAssuranceEventPatterns on AgeAssuranceEvent
 - Adds pattern-matching-related methods to AgeAssuranceEvent.
 - AgeAssuranceEventStatusExtension on AgeAssuranceEventStatus
 - AgeAssuranceEventStatusPatterns on AgeAssuranceEventStatus
 - Adds pattern-matching-related methods to AgeAssuranceEventStatus.
 - AgeAssuranceOverrideEventPatterns on AgeAssuranceOverrideEvent
 - Adds pattern-matching-related methods to AgeAssuranceOverrideEvent.
 - AgeAssuranceOverrideEventStatusExtension on AgeAssuranceOverrideEventStatus
 - AgeAssuranceOverrideEventStatusPatterns on AgeAssuranceOverrideEventStatus
 - Adds pattern-matching-related methods to AgeAssuranceOverrideEventStatus.
 - BlobViewExtension on BlobView
 - BlobViewPatterns on BlobView
 - Adds pattern-matching-related methods to BlobView.
 - CancelScheduledTakedownEventExtension on CancelScheduledTakedownEvent
 - CancelScheduledTakedownEventPatterns on CancelScheduledTakedownEvent
 - Adds pattern-matching-related methods to CancelScheduledTakedownEvent.
 - IdentityEventExtension on IdentityEvent
 - IdentityEventPatterns on IdentityEvent
 - Adds pattern-matching-related methods to IdentityEvent.
 - ImageDetailsPatterns on ImageDetails
 - Adds pattern-matching-related methods to ImageDetails.
 - ModerationDetailExtension on ModerationDetail
 - ModerationDetailPatterns on ModerationDetail
 - Adds pattern-matching-related methods to ModerationDetail.
 - ModerationExtension on Moderation
 - ModerationPatterns on Moderation
 - Adds pattern-matching-related methods to Moderation.
 - ModEventAcknowledgeExtension on ModEventAcknowledge
 - ModEventAcknowledgePatterns on ModEventAcknowledge
 - Adds pattern-matching-related methods to ModEventAcknowledge.
 - ModEventCommentExtension on ModEventComment
 - ModEventCommentPatterns on ModEventComment
 - Adds pattern-matching-related methods to ModEventComment.
 - ModEventDivertExtension on ModEventDivert
 - ModEventDivertPatterns on ModEventDivert
 - Adds pattern-matching-related methods to ModEventDivert.
 - ModEventEmailExtension on ModEventEmail
 - ModEventEmailPatterns on ModEventEmail
 - Adds pattern-matching-related methods to ModEventEmail.
 - ModEventEscalateExtension on ModEventEscalate
 - ModEventEscalatePatterns on ModEventEscalate
 - Adds pattern-matching-related methods to ModEventEscalate.
 - ModEventLabelExtension on ModEventLabel
 - ModEventLabelPatterns on ModEventLabel
 - Adds pattern-matching-related methods to ModEventLabel.
 - ModEventMuteExtension on ModEventMute
 - ModEventMutePatterns on ModEventMute
 - Adds pattern-matching-related methods to ModEventMute.
 - ModEventMuteReporterExtension on ModEventMuteReporter
 - ModEventMuteReporterPatterns on ModEventMuteReporter
 - Adds pattern-matching-related methods to ModEventMuteReporter.
 - ModEventPriorityScoreExtension on ModEventPriorityScore
 - ModEventPriorityScorePatterns on ModEventPriorityScore
 - Adds pattern-matching-related methods to ModEventPriorityScore.
 - ModEventReportExtension on ModEventReport
 - ModEventReportPatterns on ModEventReport
 - Adds pattern-matching-related methods to ModEventReport.
 - ModEventResolveAppealExtension on ModEventResolveAppeal
 - ModEventResolveAppealPatterns on ModEventResolveAppeal
 - Adds pattern-matching-related methods to ModEventResolveAppeal.
 - ModEventReverseTakedownExtension on ModEventReverseTakedown
 - ModEventReverseTakedownPatterns on ModEventReverseTakedown
 - Adds pattern-matching-related methods to ModEventReverseTakedown.
 - ModEventTagExtension on ModEventTag
 - ModEventTagPatterns on ModEventTag
 - Adds pattern-matching-related methods to ModEventTag.
 - ModEventTakedownExtension on ModEventTakedown
 - ModEventTakedownPatterns on ModEventTakedown
 - Adds pattern-matching-related methods to ModEventTakedown.
 - ModEventUnmuteExtension on ModEventUnmute
 - ModEventUnmutePatterns on ModEventUnmute
 - Adds pattern-matching-related methods to ModEventUnmute.
 - ModEventUnmuteReporterExtension on ModEventUnmuteReporter
 - ModEventUnmuteReporterPatterns on ModEventUnmuteReporter
 - Adds pattern-matching-related methods to ModEventUnmuteReporter.
 - ModEventViewDetailExtension on ModEventViewDetail
 - ModEventViewDetailPatterns on ModEventViewDetail
 - Adds pattern-matching-related methods to ModEventViewDetail.
 - ModEventViewExtension on ModEventView
 - ModEventViewPatterns on ModEventView
 - Adds pattern-matching-related methods to ModEventView.
 - ModToolExtension on ModTool
 - ModToolPatterns on ModTool
 - Adds pattern-matching-related methods to ModTool.
 - RecordEventExtension on RecordEvent
 - RecordEventOpExtension on RecordEventOp
 - RecordEventOpPatterns on RecordEventOp
 - Adds pattern-matching-related methods to RecordEventOp.
 - RecordEventPatterns on RecordEvent
 - Adds pattern-matching-related methods to RecordEvent.
 - RecordHostingExtension on RecordHosting
 - RecordHostingPatterns on RecordHosting
 - Adds pattern-matching-related methods to RecordHosting.
 - RecordHostingStatusExtension on RecordHostingStatus
 - RecordHostingStatusPatterns on RecordHostingStatus
 - Adds pattern-matching-related methods to RecordHostingStatus.
 - RecordsStatsExtension on RecordsStats
 - RecordsStatsPatterns on RecordsStats
 - Adds pattern-matching-related methods to RecordsStats.
 - RecordViewDetailPatterns on RecordViewDetail
 - Adds pattern-matching-related methods to RecordViewDetail.
 - RecordViewNotFoundPatterns on RecordViewNotFound
 - Adds pattern-matching-related methods to RecordViewNotFound.
 - RecordViewPatterns on RecordView
 - Adds pattern-matching-related methods to RecordView.
 - ReporterStatsPatterns on ReporterStats
 - Adds pattern-matching-related methods to ReporterStats.
 - RepoViewDetailExtension on RepoViewDetail
 - RepoViewDetailPatterns on RepoViewDetail
 - Adds pattern-matching-related methods to RepoViewDetail.
 - RepoViewExtension on RepoView
 - RepoViewNotFoundPatterns on RepoViewNotFound
 - Adds pattern-matching-related methods to RepoViewNotFound.
 - RepoViewPatterns on RepoView
 - Adds pattern-matching-related methods to RepoView.
 - RevokeAccountCredentialsEventPatterns on RevokeAccountCredentialsEvent
 - Adds pattern-matching-related methods to RevokeAccountCredentialsEvent.
 - ScheduledActionViewActionExtension on ScheduledActionViewAction
 - ScheduledActionViewActionPatterns on ScheduledActionViewAction
 - Adds pattern-matching-related methods to ScheduledActionViewAction.
 - ScheduledActionViewExtension on ScheduledActionView
 - ScheduledActionViewPatterns on ScheduledActionView
 - Adds pattern-matching-related methods to ScheduledActionView.
 - ScheduledActionViewStatusExtension on ScheduledActionViewStatus
 - ScheduledActionViewStatusPatterns on ScheduledActionViewStatus
 - Adds pattern-matching-related methods to ScheduledActionViewStatus.
 - ScheduleTakedownEventExtension on ScheduleTakedownEvent
 - ScheduleTakedownEventPatterns on ScheduleTakedownEvent
 - Adds pattern-matching-related methods to ScheduleTakedownEvent.
 - SubjectReviewStateExtension on SubjectReviewState
 - SubjectReviewStatePatterns on SubjectReviewState
 - Adds pattern-matching-related methods to SubjectReviewState.
 - SubjectStatusViewAgeAssuranceStateExtension on SubjectStatusViewAgeAssuranceState
 - SubjectStatusViewAgeAssuranceStatePatterns on SubjectStatusViewAgeAssuranceState
 - Adds pattern-matching-related methods to SubjectStatusViewAgeAssuranceState.
 - SubjectStatusViewAgeAssuranceUpdatedByExtension on SubjectStatusViewAgeAssuranceUpdatedBy
 - SubjectStatusViewAgeAssuranceUpdatedByPatterns on SubjectStatusViewAgeAssuranceUpdatedBy
 - Adds pattern-matching-related methods to SubjectStatusViewAgeAssuranceUpdatedBy.
 - SubjectStatusViewExtension on SubjectStatusView
 - SubjectStatusViewPatterns on SubjectStatusView
 - Adds pattern-matching-related methods to SubjectStatusView.
 - SubjectViewExtension on SubjectView
 - SubjectViewPatterns on SubjectView
 - Adds pattern-matching-related methods to SubjectView.
 - UBlobViewDetailsExtension on UBlobViewDetails
 - UBlobViewDetailsPatterns on UBlobViewDetails
 - Adds pattern-matching-related methods to UBlobViewDetails.
 - UModEventViewDetailEventExtension on UModEventViewDetailEvent
 - UModEventViewDetailEventPatterns on UModEventViewDetailEvent
 - Adds pattern-matching-related methods to UModEventViewDetailEvent.
 - UModEventViewDetailSubjectExtension on UModEventViewDetailSubject
 - UModEventViewDetailSubjectPatterns on UModEventViewDetailSubject
 - Adds pattern-matching-related methods to UModEventViewDetailSubject.
 - UModEventViewEventExtension on UModEventViewEvent
 - UModEventViewEventPatterns on UModEventViewEvent
 - Adds pattern-matching-related methods to UModEventViewEvent.
 - UModEventViewSubjectExtension on UModEventViewSubject
 - UModEventViewSubjectPatterns on UModEventViewSubject
 - Adds pattern-matching-related methods to UModEventViewSubject.
 - USubjectStatusViewHostingExtension on USubjectStatusViewHosting
 - USubjectStatusViewHostingPatterns on USubjectStatusViewHosting
 - Adds pattern-matching-related methods to USubjectStatusViewHosting.
 - USubjectStatusViewSubjectExtension on USubjectStatusViewSubject
 - USubjectStatusViewSubjectPatterns on USubjectStatusViewSubject
 - Adds pattern-matching-related methods to USubjectStatusViewSubject.
 - USubjectViewProfileExtension on USubjectViewProfile
 - USubjectViewProfilePatterns on USubjectViewProfile
 - Adds pattern-matching-related methods to USubjectViewProfile.
 - VideoDetailsPatterns on VideoDetails
 - Adds pattern-matching-related methods to VideoDetails.