Backend_ConnectionUpdate

struct

Payload for updating an existing connection

Property Type Description
INHERITED FROM Backend_Connection
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the object
name String Unique name of the object
class String Underlying class of this connection which returns a configured client connection i.e. database, message-queue or client-sdk
oauth2 Boolean Indicates whether it is possible to start an OAuth2 authorization code flow on this connection
config Backend_ConnectionConfig Contains the connection specific configuration
metadata Common_Metadata Use this parameter to attach key-value data
part of the Apioo-Project