Class TenantInvitationDeliveryStatusObservationRemediationActions
Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll
Defines stable operator remediation actions for tenant-invitation delivery status observation reads.
public static class TenantInvitationDeliveryStatusObservationRemediationActionsInheritance
Section titled “Inheritance”object ← TenantInvitationDeliveryStatusObservationRemediationActions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Remarks
Section titled “Remarks”Remediation actions are deterministic guidance derived from normalized observation history. They do not execute provider calls, mutate callback inboxes, run polling loops, or claim distributed remediation ownership.
Fields
Section titled “Fields”MonitorDeferredDelivery
Section titled “ MonitorDeferredDelivery”Monitor a deferred delivery status or retry through an owned delivery-dispatch path when appropriate.
public const string MonitorDeferredDelivery = "monitor-deferred-delivery"Field Value
Section titled “Field Value”ReviewObservationRecording
Section titled “ ReviewObservationRecording”Review observation-store configuration or metadata recording failure before relying on the audit trail.
public const string ReviewObservationRecording = "review-observation-recording"Field Value
Section titled “Field Value”ReviewRecipientOrSender
Section titled “ ReviewRecipientOrSender”Review the recipient, sender configuration, or provider status before retrying or replacing the invitation.
public const string ReviewRecipientOrSender = "review-recipient-or-sender"Field Value
Section titled “Field Value”ReviewReconciliationInput
Section titled “ ReviewReconciliationInput”Review reconciliation inputs such as tenant id, invitation id, provider message id, or status ownership.
public const string ReviewReconciliationInput = "review-reconciliation-input"Field Value
Section titled “Field Value”ReviewStatusTranslation
Section titled “ ReviewStatusTranslation”Review provider callback translation or payload mapping because the normalized status was unknown.
public const string ReviewStatusTranslation = "review-status-translation"Field Value
Section titled “Field Value”ReviewSuppressionPolicy
Section titled “ ReviewSuppressionPolicy”Review suppression or unsubscribe policy before sending more invitations to the recipient.
public const string ReviewSuppressionPolicy = "review-suppression-policy"