ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs(val applicationHostUrl: Output<String>, val applicationServicePath: Output<String>, val clientNumber: Output<String>, val logonLanguage: Output<String>? = null, val oauthProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>? = null, val portNumber: Output<Int>, val privateLinkServiceName: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs>

Constructors

constructor(applicationHostUrl: Output<String>, applicationServicePath: Output<String>, clientNumber: Output<String>, logonLanguage: Output<String>? = null, oauthProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>? = null, portNumber: Output<Int>, privateLinkServiceName: Output<String>? = null)

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
val clientNumber: Output<String>

The client number for the client creating the connection.

Link copied to clipboard
val logonLanguage: Output<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
val portNumber: Output<Int>

The port number of the SAPOData instance.

Link copied to clipboard
val privateLinkServiceName: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataArgs