ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2Args

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

Constructors

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

Properties

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

Functions

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