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, aren't revisioned, and don't 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.