@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface ListKeysRequest

    Request parameters for the b2_list_keys API call.

    interface ListKeysRequest {
        accountId: AccountId;
        maxKeyCount?: number;
        startApplicationKeyId?: ApplicationKeyId;
    }
    Index

    Properties

    accountId: AccountId

    Account whose keys to list.

    maxKeyCount?: number

    Maximum number of keys to return per request.

    startApplicationKeyId?: ApplicationKeyId

    Application key ID to start listing from (exclusive). Used for pagination.