

本指南記載於 2025 年 3 月 13 日發行的新 AWS Wickr 管理主控台。如需 AWS Wickr 管理主控台傳統版本的文件，請參閱[傳統管理指南](https://docs.aws.amazon.com/wickr/latest/adminguide-classic/what-is-wickr.html)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 修改房間中儲存的項目
<a name="dataretention-modify-saved-item"></a>

在房間的已儲存項目 （檔案保存庫） 中儲存、重新命名、移動或刪除檔案時，Wickr 會產生此訊息。**filevaultinfo** 物件說明所採取的動作。

```
{
  "control": {
    "bor": 0,
    "changemask": 64,
    "description": "",
    "filevaultinfo": {
      "filehash": "4eab763c5f3211ca93966a...d3e461c27f5432c1",
      "guid": "D094F147-0490-4A14-9A65-6F23C896A8B4",
      "key": "EXAMPLEKEY...",
      "domain": "messaging.wickr.us-gov-west-1.amazonaws.com",
      "filemgtaction": {
        "action": "save",
        "target": "file",
        "name": "report.pdf",
        "path": "/shared",
        "modifiedbyuser": "user001",
        "modifiedtimestamp": "2026-06-22 09:43:44"
      }
    },
    "masters": ["user002", "user001"],
    "members": ["user002", "user001"],
    "msgtype": 4004,
    "title": "Project Files",
    "ttl": 2592000
  },
  "message_id": "c3cb62e08dff11eab641a549111a64cb",
  "msg_ts": "1588594022.000000",
  "msgtype": 4004,
  "sender": "user001",
  "sender_type": "normal",
  "time": "5/4/20 3:07 PM",
  "time_iso": "2020-05-04 15:07:02.000",
  "vgroupid": "S243f2ec645d3961bdd531f51f3244205d292b8d0fbd41802827746271d31d41"
}
```

**filemgtaction** 動作欄位可以有下列值。


| Action | 說明 | 
| --- | --- | 
| 建立 | 已建立新的資料夾。 | 
| 上傳 | 檔案已上傳。 | 
| save | 檔案已儲存。 | 
| 重新命名 | 檔案或資料夾已重新命名。 | 
| 移動 | 檔案或資料夾已移動。 | 
| delete | 檔案或資料夾已刪除。 | 