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

GoogleAppsDriveLabelsV2UserCapabilities

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

The capabilities of a user.

interface GoogleAppsDriveLabelsV2UserCapabilities {
readonly canAccessLabelManager?: boolean;
readonly canAdministrateLabels?: boolean;
readonly canCreateAdminLabels?: boolean;
readonly canCreateSharedLabels?: boolean;
readonly name?: string;
}

§Properties

§
readonly canAccessLabelManager?: boolean
[src]

Output only. Whether the user is allowed access to the label manager.

§
readonly canAdministrateLabels?: boolean
[src]

Output only. Whether the user is an administrator for the shared labels feature.

§
readonly canCreateAdminLabels?: boolean
[src]

Output only. Whether the user is allowed to create new admin labels.

§
readonly canCreateSharedLabels?: boolean
[src]

Output only. Whether the user is allowed to create new shared labels.

§
readonly name?: string
[src]

Output only. Resource name for the user capabilities.