feature property
The feature which had a change in restriction policy. Possible string values are:
- "FEATURE_UNSPECIFIED" : The feature which changed restriction settings was not available.
- "SHARING_OUTSIDE_DOMAIN" : When restricted, this prevents items from being shared outside the domain.
- "DIRECT_SHARING" : When restricted, this prevents direct sharing of individual items.
- "ITEM_DUPLICATION" : Deprecated: Use READERS_CAN_DOWNLOAD instead.
- "DRIVE_FILE_STREAM" : When restricted, this prevents use of Drive File Stream.
- "FILE_ORGANIZER_CAN_SHARE_FOLDERS" : When restricted, this limits sharing of folders to managers only.
- "READERS_CAN_DOWNLOAD" : When restricted, this prevents actions like copy, download, and print for readers. Replaces ITEM_DUPLICATION.
- "WRITERS_CAN_DOWNLOAD" : When restricted, this prevents actions like copy, download, and print for writers.
Implementation
core.String? feature;