ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoData(val applicationHostUrl: String, val applicationServicePath: String, val clientNumber: String, val logonLanguage: String? = null, val oauthProperties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties? = null, val portNumber: Int, val privateLinkServiceName: String? = null)

Constructors

constructor(applicationHostUrl: String, applicationServicePath: String, clientNumber: String, logonLanguage: String? = null, oauthProperties: ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthProperties? = null, portNumber: Int, privateLinkServiceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the SAPOData resource.

Link copied to clipboard

The application path to catalog service.

Link copied to clipboard

The client number for the client creating the connection.

Link copied to clipboard
val logonLanguage: String? = null

The logon language of SAPOData instance.

Link copied to clipboard

The SAPOData OAuth properties required for OAuth type authentication.

Link copied to clipboard

The port number of the SAPOData instance.

Link copied to clipboard

The SAPOData Private Link service name to be used for private data transfers.