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

    Interface ListRequest

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

    interface ListRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.ListRequest";
        pageSize: Long;
        pageToken: string;
        parentId: string;
        region: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    pageSize: Long

    Specifies the maximum number of items to return in the response.

    pageToken: string

    Token for pagination, allowing the retrieval of the next set of results.

    parentId: string

    Parent id used when creating the audit export.

    region: string

    Region to retrieve audit exports (e.g. eu-north2, us-central1, eu-west1) See https://docs.nebius.com/overview/regions Default: eu-north1

    After a transition period (13-08-2026) this field becomes required.