ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesSapoDataOauthPropertiesArgs

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

Constructors

Functions

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

Properties

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