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

PermissionEntry

import type { PermissionEntry } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";

A structure containing the identity of one user or group and the Admin, Editor, or Viewer role that they have.

interface PermissionEntry {
role: Role;
user: User;
}

§Properties

§
role: Role
[src]

Specifies whether the user or group has the Admin, Editor, or Viewer role.

§
user: User
[src]

A structure with the ID of the user or group with this role.