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

    Interface ListAccessKeysByAccountRequest

    interface ListAccessKeysByAccountRequest {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v2.ListAccessKeysByAccountRequest";
        account?: Account;
        filter: string;
        pageSize: Long;
        pageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v2.ListAccessKeysByAccountRequest"
    account?: Account

    Represents the parent account ID.

    filter: string

    A filter to narrow down the results based on specific criteria.

    pageSize: Long

    Specifies the maximum number of items to return in the response. Default value: 10

    pageToken: string

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