Connector Profile Sapo Data Connector Profile Properties Args
data class ConnectorProfileSapoDataConnectorProfilePropertiesArgs(val applicationHostUrl: Output<String>? = null, val applicationServicePath: Output<String>? = null, val clientNumber: Output<String>? = null, val disableSso: Output<Boolean>? = null, val logonLanguage: Output<String>? = null, val oAuthProperties: Output<ConnectorProfileOAuthPropertiesArgs>? = null, val portNumber: Output<Int>? = null, val privateLinkServiceName: Output<String>? = null) : ConvertibleToJava<ConnectorProfileSapoDataConnectorProfilePropertiesArgs>
Constructors
Link copied to clipboard
fun ConnectorProfileSapoDataConnectorProfilePropertiesArgs(applicationHostUrl: Output<String>? = null, applicationServicePath: Output<String>? = null, clientNumber: Output<String>? = null, disableSso: Output<Boolean>? = null, logonLanguage: Output<String>? = null, oAuthProperties: Output<ConnectorProfileOAuthPropertiesArgs>? = null, portNumber: Output<Int>? = null, privateLinkServiceName: Output<String>? = null)