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

    Interface AuditEventExportStatus

    Represents the nebius.audit.v2.AuditEventExportStatus protobuf message.

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

    Indexable

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

      Represents the nebius.audit.v2.AuditEventExportStatus protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.audit.v2.AuditEventExportStatus protobuf message.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.audit.v2.AuditEventExportStatus"

    Contains the fully qualified protobuf type name.

    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.

    finishedAt?: Dayjs

    Timestamp indicating when the export was finished.

    message: string

    Error message in case of export failure.

    startedAt?: Dayjs

    Timestamp indicating when the export was started.

    Current state of audit logs export.