Connector Profile Connector Profile Config Connector Profile Credentials Sapo Data
data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoData(val basicAuthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials? = null, val oauthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials? = null)
Constructors
Link copied to clipboard
constructor(basicAuthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials? = null, oauthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials? = null)
Properties
Link copied to clipboard
val basicAuthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataBasicAuthCredentials? = null
The SAPOData basic authentication credentials.
Link copied to clipboard
val oauthCredentials: ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentials? = null
The SAPOData OAuth type authentication credentials.