Connector Profile Connector Profile Config Connector Profile Properties Sapo Data Args
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
Link copied to clipboard
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
The client number for the client creating the connection.
Link copied to clipboard
The logon language of SAPOData instance.
Link copied to clipboard
val oauthProperties: Output<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>? = null
The SAPOData OAuth properties required for OAuth type authentication.
Link copied to clipboard
The port number of the SAPOData instance.
Link copied to clipboard