@backblaze-labs/b2-mcp
    Preparing search index...

    Interface DestructiveElicitationRefusedAuditEvent

    Destructive elicitation was declined, cancelled, or refused.

    interface DestructiveElicitationRefusedAuditEvent {
        outcome: "declined" | "cancelled" | "refused";
        reason: string;
    }
    Index
    outcome: "declined" | "cancelled" | "refused"

    Final decision outcome.

    reason: string

    Refusal, decline, or cancel reason.