@nebius/js-sdk - v0.1.41
    Preparing search index...

    Interface AuditEventExportStatus

    interface AuditEventExportStatus {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.AuditEventExportStatus";
        exportOperationId: string;
        message: string;
        state: AuditEventExportState;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.audit.v2.AuditEventExportStatus"
    exportOperationId: string

    Identifier of the audit logs export operation. This value is used as the final path prefix for exported files in the destination object storage bucket.

    message: string

    Error message in case of export failure.

    Current state of audit logs export.