Backend_Connection

struct

This object represents a connection to an external system like i.e. a database, message-queue or client-sdk

Property Type Description
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