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

UpdatePermissionsRequest

import type { UpdatePermissionsRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface UpdatePermissionsRequest {
updateInstructionBatch: UpdateInstruction[];
workspaceId: string;
}

§Properties

§
updateInstructionBatch: UpdateInstruction[]
[src]

An array of structures that contain the permission updates to make.

§
workspaceId: string
[src]

The ID of the workspace to update.