ConnectorToolset(mapping=None, *, ignore_unknown_fields=False, **kwargs)A toolset that generates tools from an Integration Connectors Connection.
Attributes |
|
|---|---|
| Name | Description |
connection |
str
Required. The full resource name of the referenced Integration Connectors Connection. Format: projects/{project}/locations/{location}/connections/{connection}
|
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 Toolset creation will fail. See: https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override |
connector_actions |
MutableSequence[google.cloud.ces_v1.types.Action]
Required. The list of connector actions/entity operations to generate tools for. |