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 |
EDITOR | Editors can make any update including deleting the label which also deletes the associated Drive
item metadata. Implies |
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. |