ConnectorTool(mapping=None, *, ignore_unknown_fields=False, **kwargs)A ConnectorTool allows connections to different integrations. See: https://cloud.google.com/integration-connectors/docs/overview.
Attributes |
|
|---|---|
| Name | Description |
connection |
str
Required. The full resource name of the referenced Integration Connectors Connection. Format: projects/{project}/locations/{location}/connections/{connection}
|
action |
google.cloud.ces_v1.types.Action
Required. Action for the tool to use. |
auth_config |
google.cloud.ces_v1.types.EndUserAuthConfig
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 ConnectorTool creation will fail. See https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override for details. |
name |
str
Optional. The name of the tool that can be used by the Agent to decide whether to call this ConnectorTool. |
description |
str
Optional. The description of the tool that can be used by the Agent to decide whether to call this ConnectorTool. |