ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsArgs>

Constructors

constructor(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs>? = null, refreshToken: Output<String>? = null)

Properties

Link copied to clipboard
val accessToken: Output<String>? = null
Link copied to clipboard
val clientId: Output<String>
Link copied to clipboard
val clientSecret: Output<String>
Link copied to clipboard
val refreshToken: Output<String>? = null

Functions

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