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

UpdateInstruction

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

Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.

interface UpdateInstruction {
action: UpdateAction;
role: Role;
users: User[];
}

§Properties

§

Specifies whether this update is to add or revoke role permissions.

§
role: Role
[src]

The role to add or revoke for the user or the group specified in users.

§
users: User[]
[src]

A structure that specifies the user or group to add or revoke the role for.