role property
The role the principal should have. Possible string values are:
- "LABEL_ROLE_UNSPECIFIED" : Unknown role.
- "READER" : A reader can read the label and associated metadata applied to Drive items.
- "APPLIER" : An applier can write associated metadata on Drive items in
which they also have write access to. Implies
READER
. - "ORGANIZER" : An organizer can pin this label in shared drives they manage and add new appliers to the label.
- "EDITOR" : Editors can make any update including deleting the label
which also deletes the associated Drive item metadata. Implies
APPLIER
.
Implementation
core.String? role;