Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudKmsInventoryV1ListCryptoKeysResponse

import type { GoogleCloudKmsInventoryV1ListCryptoKeysResponse } from "https://googleapis.deno.dev/v1/kmsinventory:v1.ts";

Response message for KeyDashboardService.ListCryptoKeys.

interface GoogleCloudKmsInventoryV1ListCryptoKeysResponse {
nextPageToken?: string;
}

§Properties

§

The list of CryptoKeys.

§
nextPageToken?: string
[src]

The page token returned from the previous response if the next page is desired.