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

    Interface ListAsymmetricKeysResponse

    Represents the nebius.kms.v1.ListAsymmetricKeysResponse protobuf message.

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

    Indexable

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

      Represents the nebius.kms.v1.ListAsymmetricKeysResponse protobuf message.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • Represents the nebius.kms.v1.ListAsymmetricKeysResponse 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.kms.v1.ListAsymmetricKeysResponse"

    Contains the fully qualified protobuf type name.

    items: AsymmetricKey[]

    List of asymmetric KMS keys in the specified container.

    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 [ListAsymmetricKeysRequest.page_size], use the [next_page_token] as the value for the [ListAsymmetricKeysRequest.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.