ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs(val authCodeUrl: Output<String>, val oauthScopes: Output<List<String>>, val tokenUrl: Output<String>) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs>

Constructors

constructor(authCodeUrl: Output<String>, oauthScopes: Output<List<String>>, tokenUrl: Output<String>)

Properties

Link copied to clipboard
val authCodeUrl: Output<String>

The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type authentication.

Link copied to clipboard
val oauthScopes: Output<List<String>>

The OAuth scopes required for OAuth type authentication.

Link copied to clipboard
val tokenUrl: Output<String>

Functions

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