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

CreateWorkspaceApiKeyResponse

import type { CreateWorkspaceApiKeyResponse } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface CreateWorkspaceApiKeyResponse {
key: string;
keyName: string;
workspaceId: string;
}

§Properties

§
key: string
[src]

The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.

§
keyName: string
[src]

The name of the key that was created.

§
workspaceId: string
[src]

The ID of the workspace that the key is valid for.