@@ -40,6 +40,14 @@ Connect Google Vault to create exports, list exports, and manage holds within ma
4040
4141| Parameter | Type | Required | Description |
4242| --------- | ---- | -------- | ----------- |
43+ | ` matterId ` | string | Yes | No description |
44+ | ` exportName ` | string | Yes | No description |
45+ | ` corpus ` | string | Yes | Data corpus to export \( MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) |
46+ | ` accountEmails ` | string | No | Comma-separated list of user emails to scope export |
47+ | ` orgUnitId ` | string | No | Organization unit ID to scope export \( alternative to emails\) |
48+ | ` startTime ` | string | No | Start time for date filtering \( ISO 8601 format, e.g., 2024-01-01T00:00:00Z\) |
49+ | ` endTime ` | string | No | End time for date filtering \( ISO 8601 format, e.g., 2024-12-31T23:59:59Z\) |
50+ | ` terms ` | string | No | Search query terms to filter exported content |
4351
4452#### Output
4553
@@ -99,6 +107,15 @@ Download a single file from a Google Vault export (GCS object)
99107
100108| Parameter | Type | Required | Description |
101109| --------- | ---- | -------- | ----------- |
110+ | ` matterId ` | string | Yes | No description |
111+ | ` holdName ` | string | Yes | No description |
112+ | ` corpus ` | string | Yes | Data corpus to hold \( MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) |
113+ | ` accountEmails ` | string | No | Comma-separated list of user emails to put on hold |
114+ | ` orgUnitId ` | string | No | Organization unit ID to put on hold \( alternative to accounts\) |
115+ | ` terms ` | string | No | Search terms to filter held content \( for MAIL and GROUPS corpus\) |
116+ | ` startTime ` | string | No | Start time for date filtering \( ISO 8601 format, for MAIL and GROUPS corpus\) |
117+ | ` endTime ` | string | No | End time for date filtering \( ISO 8601 format, for MAIL and GROUPS corpus\) |
118+ | ` includeSharedDrives ` | boolean | No | Include files in shared drives \( for DRIVE corpus\) |
102119
103120#### Output
104121
0 commit comments