ConnectorToolset
import type { ConnectorToolset } from "https://googleapis.deno.dev/v1/ces:v1.ts";A toolset that generates tools from an Integration Connectors Connection.
interface ConnectorToolset {
authConfig?: EndUserAuthConfig;
connection?: string;
connectorActions?: Action[];
}§Properties
§
authConfig?: EndUserAuthConfig
[src]Optional. Configures how authentication is handled in Integration Connectors. By default, an admin authentication is passed in the Integration Connectors API requests. You can override it with a different end-user authentication config. Note: The Connection must have authentication override enabled in order to specify an EUC configuration here - otherwise, the Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override