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

ListPermissionsResponse

import type { ListPermissionsResponse } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface ListPermissionsResponse {
nextToken?: string | null;
permissions: PermissionEntry[];
}

§Properties

§
nextToken?: string | null
[src]

The token to use in a subsequent ListPermissions operation to return the next set of results.

§
permissions: PermissionEntry[]
[src]

The permissions returned by the operation.