Connector Profile Connector Profile Config Connector Profile Properties Custom Connector
data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnector(val oauth2Properties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties? = null, val profileProperties: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(oauth2Properties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties? = null, profileProperties: Map<String, String>? = null)
Properties
Link copied to clipboard
val oauth2Properties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesCustomConnectorOauth2Properties? = null
The OAuth 2.0 properties required for OAuth 2.0 authentication.
Link copied to clipboard
A map of properties that are required to create a profile for the custom connector.