Class ConnectorToolset
A toolset that generates tools from an Integration Connectors Connection.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class ConnectorToolset : IDirectResponseSchema
Properties
AuthConfig
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
Declaration
[JsonProperty("authConfig")]
public virtual EndUserAuthConfig AuthConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| EndUserAuthConfig |
Connection
Required. The full resource name of the referenced Integration Connectors Connection. Format:
projects/{project}/locations/{location}/connections/{connection}
Declaration
[JsonProperty("connection")]
public virtual string Connection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ConnectorActions
Required. The list of connector actions/entity operations to generate tools for.
Declaration
[JsonProperty("connectorActions")]
public virtual IList<Action> ConnectorActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Action> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |