ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs(val accessToken: Output<String>? = null, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeArgs>

Constructors

constructor(accessToken: Output<String>? = null, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsHoneycodeOauthRequestArgs>? = null, refreshToken: Output<String>? = null)

Properties

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

Functions

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