[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["SettingsChange activity provides information about changes to restriction policies within Google Drive."],["It includes details about the specific feature affected (e.g., sharing, duplication) and the new restriction level applied (e.g., unrestricted, fully restricted)."],["Restriction changes can impact functionalities like external sharing, direct sharing, item duplication, Drive File Stream usage, and folder sharing by file organizers."],["These changes are reflected in the `restrictionChanges` field, which contains a list of RestrictionChange objects detailing each modification."],["Understanding SettingsChange activity allows administrators to track and manage policy adjustments related to data security and access control in their Google Workspace environment."]]],["Settings changes involve modifications to restrictions, detailed within `restrictionChanges`. Each change specifies a `feature` and its `newRestriction`. Features include `SHARING_OUTSIDE_DOMAIN`, `DIRECT_SHARING`, `ITEM_DUPLICATION`, `DRIVE_FILE_STREAM`, and `FILE_ORGANIZER_CAN_SHARE_FOLDERS`, each with specific implications when restricted. The `newRestriction` can be `UNRESTRICTED` or `FULLY_RESTRICTED`. The `restrictionChanges` is a set of these changes. The fields that change this settings are `restrictionChanges`, `feature` and `newRestriction`.\n"]]