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

GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest

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

Deletes a Label Permission. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.

interface GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest {
name?: string;
useAdminAccess?: boolean;
}

§Properties

§
name?: string
[src]

Required. Label Permission resource name.

§
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.