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

GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest

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

Updates one or more Label Permissions.

interface GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest {
useAdminAccess?: boolean;
}

§Properties

§

Required. The request message specifying the resources to update.

§
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. If this is set, the use_admin_access field in the UpdateLabelPermissionRequest messages must either be empty or match this field.