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

GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest

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

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

interface GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest {
parent?: string;
useAdminAccess?: boolean;
}

§Properties

§

Required. The permission to create or update on the Label.

§
parent?: string
[src]

Required. The parent Label 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.