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

    Interface StartRequest

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

    interface StartRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.audit.v2.StartRequest";
        metadata?: ResourceMetadata;
        region: string;
        spec?: AuditEventExportSpec;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

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

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

    Contains the fully qualified protobuf type name.

    metadata?: ResourceMetadata

    Metadata associated with the new export.

    region: string

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

    During a transition period (until 13-08-2026), events are written to both eu-north1 and their origin region. After that, events are only stored in their origin region, and this field becomes required.

    Specification for the new export.