Connector Profile Connector Profile Config Connector Profile Credentials Custom Connector
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnector(val apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null, val authenticationType: String, val basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null, val custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null, val oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null)
Constructors
Link copied to clipboard
constructor(apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null, authenticationType: String, basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null, custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null, oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null)
Properties
Link copied to clipboard
val apiKey: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorApiKey? = null
Unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
Link copied to clipboard
The authentication type that the custom connector uses for authenticating while creating a connector profile. One of: APIKEY
, BASIC
, CUSTOM
, OAUTH2
.
Link copied to clipboard
val basic: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorBasic? = null
Basic credentials that are required for the authentication of the user.
Link copied to clipboard
val custom: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorCustom? = null
If the connector uses the custom authentication mechanism, this holds the required credentials.
Link copied to clipboard
val oauth2: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2? = null
OAuth 2.0 credentials required for the authentication of the user.