feature property

String? feature
getter/setter pair

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" : When restricted, this prevents actions like copy, download, and print that might result in uncontrolled duplicates of items.
  • "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.

Implementation

core.String? feature;