Google Workspace Licensing
Catalog 暂无描述。
google-licensingv1.0.07 个 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_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.需要连接1 scope
Revoke a license.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments
Licensing LicenseAssignments GetGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_GETGet a specific user's license by product SKU.需要连接1 scope
Get a specific user's license by product SKU.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments
Licensing LicenseAssignments InsertGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_INSERTAssign a license.需要连接1 scope
Assign a license.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments
Licensing LicenseAssignments ListForProductGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCTList all users assigned licenses for a specific product SKU.需要连接1 scope
List all users assigned licenses for a specific product SKU.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments
Licensing LicenseAssignments ListForProductAndSkuGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_LIST_FOR_PRODUCT_AND_SKUList all users assigned licenses for a specific product SKU.需要连接1 scope
List all users assigned licenses for a specific product SKU.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
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.需要连接1 scope
Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments
Licensing LicenseAssignments UpdateGOOGLE_LICENSING_LICENSE_ASSIGNMENTS_UPDATEReassign a user's product SKU with a different SKU in the same product.需要连接1 scope
Reassign a user's product SKU with a different SKU in the same product.
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/apps.licensingTags
licenseassignments