Show / Hide Table of Contents

Enum LabelsResource.ListRequest.MinimumRoleEnum

Specifies the level of access the user must have on the returned Labels. The minimum role a user must have on a label. Defaults to READER.

Namespace: Google.Apis.DriveLabels.v2
Assembly: Google.Apis.DriveLabels.v2.dll
Syntax
public enum LabelsResource.ListRequest.MinimumRoleEnum

Fields

Name Description
APPLIER

An applier can write associated metadata on Drive items in which they also have write access to. Implies READER.

EDITOR

Editors can make any update including deleting the label which also deletes the associated Drive item metadata. Implies APPLIER.

LABELROLEUNSPECIFIED

Unknown role.

ORGANIZER

An organizer can pin this label in shared drives they manage and add new appliers to the label.

READER

A reader can read the label and associated metadata applied to Drive items.

In this article
Back to top Generated by DocFX