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

    Interface AuditEventExportSpec

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

    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

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

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.audit.v2.AuditEventExportSpec 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.AuditEventExportSpec"

    Contains the fully qualified protobuf type name.

    exportDestination?: {
        $case: "nebiusObjectStorage";
        nebiusObjectStorage: NebiusObjectStorageDestination;
    }

    Contains the selected value for the export_destination protobuf oneof.

    Type Declaration

    Filter based on which audit logs must be exported.