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

GoogleAppsDriveLabelsV2LabelLockCapabilities

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

A description of a user's capabilities on a LabelLock.

interface GoogleAppsDriveLabelsV2LabelLockCapabilities {
canViewPolicy?: boolean;
}

§Properties

§
canViewPolicy?: boolean
[src]

True if the user is authorized to view the policy.