diff --git a/apps/docs/content/docs/de/tools/google_vault.mdx b/apps/docs/content/docs/de/tools/google_vault.mdx new file mode 100644 index 0000000000..22aa458117 --- /dev/null +++ b/apps/docs/content/docs/de/tools/google_vault.mdx @@ -0,0 +1,174 @@ +--- +title: Google Vault +description: Suchen, exportieren und verwalten von Sperren/Exporten für + Vault-Angelegenheiten +--- + +import { BlockInfoCard } from "@/components/ui/block-info-card" + + + + + `} +/> + +## Nutzungsanleitung + +Verbinden Sie Google Vault, um Exporte zu erstellen, Exporte aufzulisten und Sperren innerhalb von Angelegenheiten zu verwalten. + +## Tools + +### `google_vault_create_matters_export` + +Einen Export in einer Angelegenheit erstellen + +#### Eingabe + +| Parameter | Typ | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Ja | Keine Beschreibung | +| `exportName` | string | Ja | Keine Beschreibung | +| `corpus` | string | Ja | Zu exportierender Datenkorpus \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | string | Nein | Kommagetrennte Liste von Benutzer-E-Mails zur Eingrenzung des Exports | +| `orgUnitId` | string | Nein | Organisationseinheit-ID zur Eingrenzung des Exports \(Alternative zu E-Mails\) | + +#### Ausgabe + +| Parameter | Typ | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +### `google_vault_list_matters_export` + +Exporte für eine Angelegenheit auflisten + +#### Eingabe + +| Parameter | Typ | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Ja | Keine Beschreibung | +| `pageSize` | number | Nein | Keine Beschreibung | +| `pageToken` | string | Nein | Keine Beschreibung | +| `exportId` | string | Nein | Keine Beschreibung | + +#### Ausgabe + +| Parameter | Typ | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +### `google_vault_download_export_file` + +Eine einzelne Datei aus einem Google Vault-Export herunterladen (GCS-Objekt) + +#### Eingabe + +| Parameter | Typ | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Ja | Keine Beschreibung | +| `bucketName` | string | Ja | Keine Beschreibung | +| `objectName` | string | Ja | Keine Beschreibung | +| `fileName` | string | Nein | Keine Beschreibung | + +#### Ausgabe + +| Parameter | Typ | Beschreibung | +| --------- | ---- | ----------- | +| `file` | file | Heruntergeladene Vault-Exportdatei in den Ausführungsdateien gespeichert | + +### `google_vault_create_matters_holds` + +Eine Aufbewahrung in einer Angelegenheit erstellen + +#### Eingabe + +| Parameter | Typ | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Ja | Keine Beschreibung | +| `holdName` | string | Ja | Keine Beschreibung | +| `corpus` | string | Ja | Datenkorpus zur Aufbewahrung \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | string | Nein | Kommagetrennte Liste von Benutzer-E-Mails, die aufbewahrt werden sollen | +| `orgUnitId` | string | Nein | Organisationseinheit-ID zur Aufbewahrung \(Alternative zu Konten\) | + +#### Ausgabe + +| Parameter | Typ | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault-API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +### `google_vault_list_matters_holds` + +Aufbewahrungen für eine Angelegenheit auflisten + +#### Eingabe + +| Parameter | Typ | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Ja | Keine Beschreibung | +| `pageSize` | number | Nein | Keine Beschreibung | +| `pageToken` | string | Nein | Keine Beschreibung | +| `holdId` | string | Nein | Keine Beschreibung | + +#### Output + +| Parameter | Type | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +### `google_vault_create_matters` + +Einen neuen Fall in Google Vault erstellen + +#### Input + +| Parameter | Type | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `name` | string | Ja | Keine Beschreibung | +| `description` | string | Nein | Keine Beschreibung | + +#### Output + +| Parameter | Type | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +### `google_vault_list_matters` + +Fälle auflisten oder einen bestimmten Fall abrufen, wenn matterId angegeben ist + +#### Input + +| Parameter | Type | Erforderlich | Beschreibung | +| --------- | ---- | -------- | ----------- | +| `pageSize` | number | Nein | Keine Beschreibung | +| `pageToken` | string | Nein | Keine Beschreibung | +| `matterId` | string | Nein | Keine Beschreibung | + +#### Output + +| Parameter | Type | Beschreibung | +| --------- | ---- | ----------- | +| `output` | json | Vault API-Antwortdaten | +| `file` | json | Heruntergeladene Exportdatei \(UserFile\) aus Ausführungsdateien | + +## Hinweise + +- Kategorie: `tools` +- Typ: `google_vault` diff --git a/apps/docs/content/docs/es/tools/google_vault.mdx b/apps/docs/content/docs/es/tools/google_vault.mdx new file mode 100644 index 0000000000..d3b24ad9ba --- /dev/null +++ b/apps/docs/content/docs/es/tools/google_vault.mdx @@ -0,0 +1,173 @@ +--- +title: Google Vault +description: Buscar, exportar y gestionar retenciones/exportaciones para asuntos de Vault +--- + +import { BlockInfoCard } from "@/components/ui/block-info-card" + + + + + `} +/> + +## Instrucciones de uso + +Conecta Google Vault para crear exportaciones, listar exportaciones y gestionar retenciones dentro de los asuntos. + +## Herramientas + +### `google_vault_create_matters_export` + +Crear una exportación en un asunto + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Sí | Sin descripción | +| `exportName` | string | Sí | Sin descripción | +| `corpus` | string | Sí | Corpus de datos para exportar \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | string | No | Lista separada por comas de correos electrónicos de usuarios para delimitar la exportación | +| `orgUnitId` | string | No | ID de la unidad organizativa para delimitar la exportación \(alternativa a los correos electrónicos\) | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado \(UserFile\) de los archivos de ejecución | + +### `google_vault_list_matters_export` + +Listar exportaciones para un asunto + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Sí | Sin descripción | +| `pageSize` | number | No | Sin descripción | +| `pageToken` | string | No | Sin descripción | +| `exportId` | string | No | Sin descripción | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado \(UserFile\) de los archivos de ejecución | + +### `google_vault_download_export_file` + +Descargar un solo archivo de una exportación de Google Vault (objeto GCS) + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Sí | Sin descripción | +| `bucketName` | string | Sí | Sin descripción | +| `objectName` | string | Sí | Sin descripción | +| `fileName` | string | No | Sin descripción | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `file` | file | Archivo de exportación de Vault descargado almacenado en archivos de ejecución | + +### `google_vault_create_matters_holds` + +Crear una retención en un asunto + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Sí | Sin descripción | +| `holdName` | string | Sí | Sin descripción | +| `corpus` | string | Sí | Corpus de datos para retener \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | string | No | Lista separada por comas de correos electrónicos de usuarios para poner en retención | +| `orgUnitId` | string | No | ID de unidad organizativa para poner en retención \(alternativa a cuentas\) | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado \(UserFile\) de los archivos de ejecución | + +### `google_vault_list_matters_holds` + +Listar retenciones para un asunto + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Sí | Sin descripción | +| `pageSize` | number | No | Sin descripción | +| `pageToken` | string | No | Sin descripción | +| `holdId` | string | No | Sin descripción | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado (UserFile) de los archivos de ejecución | + +### `google_vault_create_matters` + +Crear un nuevo asunto en Google Vault + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `name` | string | Sí | Sin descripción | +| `description` | string | No | Sin descripción | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado (UserFile) de los archivos de ejecución | + +### `google_vault_list_matters` + +Listar asuntos, o obtener un asunto específico si se proporciona matterId + +#### Entrada + +| Parámetro | Tipo | Obligatorio | Descripción | +| --------- | ---- | -------- | ----------- | +| `pageSize` | number | No | Sin descripción | +| `pageToken` | string | No | Sin descripción | +| `matterId` | string | No | Sin descripción | + +#### Salida + +| Parámetro | Tipo | Descripción | +| --------- | ---- | ----------- | +| `output` | json | Datos de respuesta de la API de Vault | +| `file` | json | Archivo de exportación descargado (UserFile) de los archivos de ejecución | + +## Notas + +- Categoría: `tools` +- Tipo: `google_vault` diff --git a/apps/docs/content/docs/fr/tools/google_vault.mdx b/apps/docs/content/docs/fr/tools/google_vault.mdx new file mode 100644 index 0000000000..192cd786c9 --- /dev/null +++ b/apps/docs/content/docs/fr/tools/google_vault.mdx @@ -0,0 +1,174 @@ +--- +title: Google Vault +description: Rechercher, exporter et gérer les suspensions/exportations pour les + dossiers Vault +--- + +import { BlockInfoCard } from "@/components/ui/block-info-card" + + + + + `} +/> + +## Instructions d'utilisation + +Connectez Google Vault pour créer des exportations, lister les exportations et gérer les suspensions au sein des dossiers. + +## Outils + +### `google_vault_create_matters_export` + +Créer une exportation dans une affaire + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Oui | Pas de description | +| `exportName` | string | Oui | Pas de description | +| `corpus` | string | Oui | Corpus de données à exporter \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | string | Non | Liste d'emails d'utilisateurs séparés par des virgules pour définir la portée de l'exportation | +| `orgUnitId` | string | Non | ID de l'unité d'organisation pour définir la portée de l'exportation \(alternative aux emails\) | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé \(UserFile\) depuis les fichiers d'exécution | + +### `google_vault_list_matters_export` + +Lister les exportations pour une affaire + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | Oui | Pas de description | +| `pageSize` | number | Non | Pas de description | +| `pageToken` | string | Non | Pas de description | +| `exportId` | string | Non | Pas de description | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé \(UserFile\) depuis les fichiers d'exécution | + +### `google_vault_download_export_file` + +Télécharger un fichier unique depuis une exportation Google Vault (objet GCS) + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | ----------- | ----------- | +| `matterId` | chaîne | Oui | Aucune description | +| `bucketName` | chaîne | Oui | Aucune description | +| `objectName` | chaîne | Oui | Aucune description | +| `fileName` | chaîne | Non | Aucune description | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `file` | fichier | Fichier d'exportation Vault téléchargé stocké dans les fichiers d'exécution | + +### `google_vault_create_matters_holds` + +Créer une suspension dans une affaire + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | ----------- | ----------- | +| `matterId` | chaîne | Oui | Aucune description | +| `holdName` | chaîne | Oui | Aucune description | +| `corpus` | chaîne | Oui | Corpus de données à suspendre \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | chaîne | Non | Liste d'emails d'utilisateurs à suspendre, séparés par des virgules | +| `orgUnitId` | chaîne | Non | ID d'unité d'organisation à suspendre \(alternative aux comptes\) | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé \(UserFile\) depuis les fichiers d'exécution | + +### `google_vault_list_matters_holds` + +Lister les suspensions pour une affaire + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | ----------- | ----------- | +| `matterId` | chaîne | Oui | Aucune description | +| `pageSize` | nombre | Non | Aucune description | +| `pageToken` | chaîne | Non | Aucune description | +| `holdId` | chaîne | Non | Aucune description | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé (UserFile) à partir des fichiers d'exécution | + +### `google_vault_create_matters` + +Créer une nouvelle affaire dans Google Vault + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | ----------- | ----------- | +| `name` | string | Oui | Aucune description | +| `description` | string | Non | Aucune description | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé (UserFile) à partir des fichiers d'exécution | + +### `google_vault_list_matters` + +Lister les affaires, ou obtenir une affaire spécifique si matterId est fourni + +#### Entrée + +| Paramètre | Type | Obligatoire | Description | +| --------- | ---- | ----------- | ----------- | +| `pageSize` | number | Non | Aucune description | +| `pageToken` | string | Non | Aucune description | +| `matterId` | string | Non | Aucune description | + +#### Sortie + +| Paramètre | Type | Description | +| --------- | ---- | ----------- | +| `output` | json | Données de réponse de l'API Vault | +| `file` | json | Fichier d'exportation téléchargé (UserFile) à partir des fichiers d'exécution | + +## Notes + +- Catégorie : `tools` +- Type : `google_vault` diff --git a/apps/docs/content/docs/ja/tools/google_vault.mdx b/apps/docs/content/docs/ja/tools/google_vault.mdx new file mode 100644 index 0000000000..3c9626d000 --- /dev/null +++ b/apps/docs/content/docs/ja/tools/google_vault.mdx @@ -0,0 +1,173 @@ +--- +title: Google Vault +description: Vaultの案件に関する検索、エクスポート、保留/エクスポートの管理 +--- + +import { BlockInfoCard } from "@/components/ui/block-info-card" + + + + + `} +/> + +## 使用方法 + +Google Vaultに接続して、案件内のエクスポートの作成、エクスポートの一覧表示、保留の管理を行います。 + +## ツール + +### `google_vault_create_matters_export` + +案件内でエクスポートを作成する + +#### 入力 + +| パラメータ | 型 | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | はい | 説明なし | +| `exportName` | string | はい | 説明なし | +| `corpus` | string | はい | エクスポートするデータコーパス(MAIL、DRIVE、GROUPS、HANGOUTS_CHAT、VOICE) | +| `accountEmails` | string | いいえ | エクスポート範囲を指定するユーザーメールのカンマ区切りリスト | +| `orgUnitId` | string | いいえ | エクスポート範囲を指定する組織単位ID(メールの代替) | + +#### 出力 + +| パラメータ | 型 | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードしたエクスポートファイル(UserFile) | + +### `google_vault_list_matters_export` + +案件のエクスポート一覧を表示する + +#### 入力 + +| パラメータ | 型 | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | はい | 説明なし | +| `pageSize` | number | いいえ | 説明なし | +| `pageToken` | string | いいえ | 説明なし | +| `exportId` | string | いいえ | 説明なし | + +#### 出力 + +| パラメータ | 型 | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードしたエクスポートファイル(UserFile) | + +### `google_vault_download_export_file` + +Google Vaultエクスポート(GCSオブジェクト)から単一ファイルをダウンロードする + +#### 入力 + +| パラメータ | 型 | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | はい | 説明なし | +| `bucketName` | string | はい | 説明なし | +| `objectName` | string | はい | 説明なし | +| `fileName` | string | いいえ | 説明なし | + +#### 出力 + +| パラメータ | 型 | 説明 | +| --------- | ---- | ----------- | +| `file` | file | 実行ファイルに保存されたVaultエクスポートファイルのダウンロード | + +### `google_vault_create_matters_holds` + +案件内に保留を作成する + +#### 入力 + +| パラメータ | 型 | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | はい | 説明なし | +| `holdName` | string | はい | 説明なし | +| `corpus` | string | はい | 保留するデータコーパス(MAIL、DRIVE、GROUPS、HANGOUTS_CHAT、VOICE) | +| `accountEmails` | string | いいえ | 保留するユーザーメールのカンマ区切りリスト | +| `orgUnitId` | string | いいえ | 保留する組織単位ID(アカウントの代替) | + +#### 出力 + +| パラメータ | 型 | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードしたエクスポートファイル(UserFile) | + +### `google_vault_list_matters_holds` + +案件の保留リストを表示する + +#### 入力 + +| パラメータ | 型 | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `matterId` | string | はい | 説明なし | +| `pageSize` | number | いいえ | 説明なし | +| `pageToken` | string | いいえ | 説明なし | +| `holdId` | string | いいえ | 説明なし | + +#### 出力 + +| パラメータ | タイプ | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードされたエクスポートファイル(UserFile) | + +### `google_vault_create_matters` + +Google Vaultで新しい案件を作成する + +#### 入力 + +| パラメータ | タイプ | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `name` | string | はい | 説明なし | +| `description` | string | いいえ | 説明なし | + +#### 出力 + +| パラメータ | タイプ | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードされたエクスポートファイル(UserFile) | + +### `google_vault_list_matters` + +案件一覧を表示、またはmatterIdが提供されている場合は特定の案件を取得 + +#### 入力 + +| パラメータ | タイプ | 必須 | 説明 | +| --------- | ---- | -------- | ----------- | +| `pageSize` | number | いいえ | 説明なし | +| `pageToken` | string | いいえ | 説明なし | +| `matterId` | string | いいえ | 説明なし | + +#### 出力 + +| パラメータ | タイプ | 説明 | +| --------- | ---- | ----------- | +| `output` | json | Vault APIレスポンスデータ | +| `file` | json | 実行ファイルからダウンロードされたエクスポートファイル(UserFile) | + +## 注意事項 + +- カテゴリ: `tools` +- タイプ: `google_vault` diff --git a/apps/docs/content/docs/zh/tools/google_vault.mdx b/apps/docs/content/docs/zh/tools/google_vault.mdx new file mode 100644 index 0000000000..228ca5268a --- /dev/null +++ b/apps/docs/content/docs/zh/tools/google_vault.mdx @@ -0,0 +1,173 @@ +--- +title: Google Vault +description: 搜索、导出和管理 Vault 事项的保留/导出 +--- + +import { BlockInfoCard } from "@/components/ui/block-info-card" + + + + + `} +/> + +## 使用说明 + +连接 Google Vault 以创建导出、列出导出并管理事项中的保留。 + +## 工具 + +### `google_vault_create_matters_export` + +创建导出事项 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `matterId` | 字符串 | 是 | 无描述 | +| `exportName` | 字符串 | 是 | 无描述 | +| `corpus` | 字符串 | 是 | 要导出的数据集 \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | 字符串 | 否 | 用于限定导出的以逗号分隔的用户邮箱列表 | +| `orgUnitId` | 字符串 | 否 | 用于限定导出的组织单位 ID \(邮箱的替代选项\) | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +### `google_vault_list_matters_export` + +列出事项的导出 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `matterId` | 字符串 | 是 | 无描述 | +| `pageSize` | 数字 | 否 | 无描述 | +| `pageToken` | 字符串 | 否 | 无描述 | +| `exportId` | 字符串 | 否 | 无描述 | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +### `google_vault_download_export_file` + +从 Google Vault 导出中下载单个文件(GCS 对象) + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `matterId` | 字符串 | 是 | 无描述 | +| `bucketName` | 字符串 | 是 | 无描述 | +| `objectName` | 字符串 | 是 | 无描述 | +| `fileName` | 字符串 | 否 | 无描述 | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `file` | 文件 | 下载的 Vault 导出文件存储在执行文件中 | + +### `google_vault_create_matters_holds` + +在案件中创建保留 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `matterId` | 字符串 | 是 | 无描述 | +| `holdName` | 字符串 | 是 | 无描述 | +| `corpus` | 字符串 | 是 | 要保留的数据集 \(MAIL, DRIVE, GROUPS, HANGOUTS_CHAT, VOICE\) | +| `accountEmails` | 字符串 | 否 | 要保留的用户电子邮件的逗号分隔列表 | +| `orgUnitId` | 字符串 | 否 | 要保留的组织单位 ID \(账户的替代选项\) | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +### `google_vault_list_matters_holds` + +列出案件的保留 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `matterId` | 字符串 | 是 | 无描述 | +| `pageSize` | 数字 | 否 | 无描述 | +| `pageToken` | 字符串 | 否 | 无描述 | +| `holdId` | 字符串 | 否 | 无描述 | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +### `google_vault_create_matters` + +在 Google Vault 中创建一个新事项 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `name` | string | 是 | 无描述 | +| `description` | string | 否 | 无描述 | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +### `google_vault_list_matters` + +列出事项,或在提供 matterId 的情况下获取特定事项 + +#### 输入 + +| 参数 | 类型 | 必需 | 描述 | +| --------- | ---- | -------- | ----------- | +| `pageSize` | number | 否 | 无描述 | +| `pageToken` | string | 否 | 无描述 | +| `matterId` | string | 否 | 无描述 | + +#### 输出 + +| 参数 | 类型 | 描述 | +| --------- | ---- | ----------- | +| `output` | json | Vault API 响应数据 | +| `file` | json | 从执行文件中下载的导出文件 \(UserFile\) | + +## 注意事项 + +- 类别: `tools` +- 类型: `google_vault` diff --git a/apps/docs/i18n.lock b/apps/docs/i18n.lock index 567ef1f35a..c17dece0d8 100644 --- a/apps/docs/i18n.lock +++ b/apps/docs/i18n.lock @@ -3853,3 +3853,55 @@ checksums: content/14: 3bec05737fcf4d94a9fb64a34debd27f content/15: b3f310d5ef115bea5a8b75bf25d7ea9a content/16: 546d4ce0e89df13aff4d7d0946bf47ca + e04f56b133f6f1a71bfdf2e42019b998: + meta/title: d2b34aa3140ab584c1712cb972a33eba + meta/description: f1aec80191ddf684ecdbead5fe335e52 + content/0: 1b031fb0c62c46b177aeed5c3d3f8f80 + content/1: 40ade7f30b435057fe859662012ced53 + content/2: 821e6394b0a953e2b0842b04ae8f3105 + content/3: 8a116d37c52399c0a33b33dd1f9014bc + content/4: 9c8aa3f09c9b2bd50ea4cdff3598ea4e + content/5: dab8716d9e4674f23208e8decd2a449b + content/6: 627e12ad49ddab9a6300b0b2afa5d409 + content/7: 371d0e46b4bd2c23f559b8bc112f6955 + content/8: a3c11477d8439403d831759eaf853014 + content/9: bcadfc362b69078beee0088e5936c98b + content/10: f383a8845c0fe57f4eb82c1c69009925 + content/11: 6ec042e76b23443637c5318f52794824 + content/12: 8b5f9dc14880c8c000fb31d2609b472d + content/13: 371d0e46b4bd2c23f559b8bc112f6955 + content/14: 0a261f4aa9ed78d0d064e2bb0d62044c + content/15: bcadfc362b69078beee0088e5936c98b + content/16: f383a8845c0fe57f4eb82c1c69009925 + content/17: da5389d425a2ed3cfc699b8b305b92ca + content/18: 2f8d4817554dde3883597dc00beb677a + content/19: 371d0e46b4bd2c23f559b8bc112f6955 + content/20: a2643b504d104ebd19fa57d49a7169af + content/21: bcadfc362b69078beee0088e5936c98b + content/22: 4c1d32e76160769db23ccc0c00779dbf + content/23: a4bd19862833467b84cfaf1b9800d24f + content/24: 27d7293569fc20ba2472a2d40b0af75d + content/25: 371d0e46b4bd2c23f559b8bc112f6955 + content/26: d5b98c983daa7d8b92969933a797b4fd + content/27: bcadfc362b69078beee0088e5936c98b + content/28: f383a8845c0fe57f4eb82c1c69009925 + content/29: 156255b2849bbf28a1aa98516dee39e1 + content/30: 226995d6023bacd5ebeb6568cef38d32 + content/31: 371d0e46b4bd2c23f559b8bc112f6955 + content/32: 3d10386c77486a8fb7777eb2e616762f + content/33: bcadfc362b69078beee0088e5936c98b + content/34: f383a8845c0fe57f4eb82c1c69009925 + content/35: e4d7bc479212113e9ce1e4a4bd76f86a + content/36: ce9c08055f6ec84a646c1fb90aab9fc4 + content/37: 371d0e46b4bd2c23f559b8bc112f6955 + content/38: 0f29418fa0c7fe544613330b91940f6a + content/39: bcadfc362b69078beee0088e5936c98b + content/40: f383a8845c0fe57f4eb82c1c69009925 + content/41: 6226071e782ecd50a31e3667852aeaae + content/42: 6253ab1d2159b9179728769cc223b05a + content/43: 371d0e46b4bd2c23f559b8bc112f6955 + content/44: 6ea2166f86fd38641c7cbbf7ff7dde14 + content/45: bcadfc362b69078beee0088e5936c98b + content/46: f383a8845c0fe57f4eb82c1c69009925 + content/47: b3f310d5ef115bea5a8b75bf25d7ea9a + content/48: 5e1c856b28d30016198e90cda5b05e57