Show / Hide Table of Contents

Class ConnectorToolset

A toolset that generates tools from an Integration Connectors Connection.

Inheritance
object
ConnectorToolset
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX