RegisterConnectionTypeRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the base URL and additional request parameters needed during connection creation for this connection type.

Link copied to clipboard

The name of the connection type. Must be between 1 and 255 characters and must be prefixed with "REST-" to indicate it is a REST-based connector.

Link copied to clipboard

Defines the supported authentication types and required properties for this connection type, including Basic, OAuth2, and Custom authentication methods.

Link copied to clipboard

A description of the connection type. Can be up to 2048 characters and provides details about the purpose and functionality of the connection type.

Link copied to clipboard

The integration type for the connection. Currently only "REST" protocol is supported.

Link copied to clipboard

Defines the HTTP request and response configuration, validation endpoint, and entity configurations for REST API interactions.

Link copied to clipboard

The tags you assign to the connection type.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String