SettingsChange
Information about settings changes.
JSON representation |
---|
{
"restrictionChanges": [
{
object ( |
Fields | |
---|---|
restrictionChanges[]
|
The set of changes made to restrictions. |
RestrictionChange
Information about restriction policy changes to a feature.
JSON representation |
---|
{ "feature": enum ( |
Fields | |
---|---|
feature
|
The feature which had a change in restriction policy. |
newRestriction
|
The restriction in place after the change. |
Feature
The feature which had changes to its restriction policy.
Enums | |
---|---|
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. |
Restriction
The restriction applicable to a feature.
Enums | |
---|---|
RESTRICTION_UNSPECIFIED
|
The type of restriction is not available. |
UNRESTRICTED
|
The feature is available without restriction. |
FULLY_RESTRICTED
|
The use of this feature is fully restricted. |