Open Connector
所有 Tools

Google Workspace Licensing

Catalog 暂无描述。

google-licensingv1.0.07 个 Tools

认证方式

方式底层类型状态说明
OAuth 2.0oauth2available

调用示例

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_LICENSING_LICENSE_ASSIGNMENTS_DELETE",  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_LICENSING_LICENSE_ASSIGNMENTS_DELETE", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute GOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETE --data '{ }'

Tool 目录

可用 Tools

7 个可调用操作

Licensing LicenseAssignments DeleteGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_DELETERevoke a license.

Revoke a license.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments GetGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_GETGet a specific user's license by product SKU.

Get a specific user's license by product SKU.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments InsertGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_INSERTAssign a license.

Assign a license.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments ListForProductGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCTList all users assigned licenses for a specific product SKU.

List all users assigned licenses for a specific product SKU.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments ListForProductAndSkuGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCT_AND_SKUList all users assigned licenses for a specific product SKU.

List all users assigned licenses for a specific product SKU.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments PatchGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_PATCHReassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.

Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments
Licensing LicenseAssignments UpdateGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_UPDATEReassign a user's product SKU with a different SKU in the same product.

Reassign a user's product SKU with a different SKU in the same product.

认证

需要 Connected Account

Scopes

https://www.googleapis.com/auth/apps.licensing

Tags

licenseassignments