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

    Interface AuditEventExportSpec

    interface AuditEventExportSpec {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.AuditEventExportSpec";
        exportDestination?: {
            $case: "nebiusObjectStorage";
            nebiusObjectStorage: NebiusObjectStorageDestination;
        };
        params?: AuditEventExportParams;
        [key: symbol]: Uint8Array<ArrayBufferLike>
        | (() => unknown)
        | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.audit.v2.AuditEventExportSpec"
    exportDestination?: {
        $case: "nebiusObjectStorage";
        nebiusObjectStorage: NebiusObjectStorageDestination;
    }

    Filter based on which audit logs must be exported.