Connector Profile Connector Profile Config Connector Profile Credentials Sapo Data Oauth Credentials Args
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
Link copied to clipboard
constructor(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsSapoDataOauthCredentialsOauthRequestArgs>? = null, refreshToken: Output<String>? = null)