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

    Interface ListSecretVersionsResponse

    interface ListSecretVersionsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mysterybox.v1.ListSecretVersionsResponse";
        items: SecretVersion[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mysterybox.v1.ListSecretVersionsResponse"
    items: SecretVersion[]

    List of secret versions in the specified container, without its Payload.

    nextPageToken: string

    This token allows you to get the next page of results for list requests. If the number of results is greater than the specified [ListSecretVersionsRequest.page_size], use the [next_page_token] as the value for the [ListSecretVersionsRequest.page_token] query parameter in the next list request. Each subsequent list request will have its own [next_page_token] to continue paging through the results.