Connector Profile Custom Connector Profile Credentials
data class ConnectorProfileCustomConnectorProfileCredentials(val apiKey: ConnectorProfileApiKeyCredentials? = null, val authenticationType: ConnectorProfileAuthenticationType, val basic: ConnectorProfileBasicAuthCredentials? = null, val custom: ConnectorProfileCustomAuthCredentials? = null, val oauth2: ConnectorProfileOAuth2Credentials? = null)
Constructors
Link copied to clipboard
fun ConnectorProfileCustomConnectorProfileCredentials(apiKey: ConnectorProfileApiKeyCredentials? = null, authenticationType: ConnectorProfileAuthenticationType, basic: ConnectorProfileBasicAuthCredentials? = null, custom: ConnectorProfileCustomAuthCredentials? = null, oauth2: ConnectorProfileOAuth2Credentials? = null)