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

LabelsRevisionsUpdatePermissionsOptions

import type { LabelsRevisionsUpdatePermissionsOptions } from "https://googleapis.deno.dev/v1/drivelabels:v2.ts";

Additional options for DriveLabels#labelsRevisionsUpdatePermissions.

interface LabelsRevisionsUpdatePermissionsOptions {
useAdminAccess?: boolean;
}

§Properties

§
useAdminAccess?: boolean
[src]

Set to true in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.