Google Admin Data Transfer
Catalog 暂无描述。
google-admin-data-transferv1.0.05 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GET", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GET", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GET --data '{ }'Tool 目录
可用 Tools
5 个可调用操作
Datatransfer Applications GetGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_GETRetrieves information about an application for the given application ID.需要连接2 scopes
Retrieves information about an application for the given application ID.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
applications
Datatransfer Applications ListGOOGLE_ADMIN_DATA_TRANSFER_APPLICATIONS_LISTLists the applications available for data transfer for a customer.需要连接2 scopes
Lists the applications available for data transfer for a customer.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
applications
Datatransfer Transfers GetGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_GETRetrieves a data transfer request by its resource ID.需要连接2 scopes
Retrieves a data transfer request by its resource ID.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
transfers
Datatransfer Transfers InsertGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_INSERTInserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.需要连接1 scope
Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.datatransferTags
transfers
Datatransfer Transfers ListGOOGLE_ADMIN_DATA_TRANSFER_TRANSFERS_LISTLists the transfers for a customer by source user, destination user, or status.需要连接2 scopes
Lists the transfers for a customer by source user, destination user, or status.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/admin.datatransferhttps://www.googleapis.com/auth/admin.datatransfer.readonlyTags
transfers