ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs(val accessToken: Output<String>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskArgs>

Constructors

constructor(accessToken: Output<String>? = null, clientId: Output<String>, clientSecret: Output<String>, oauthRequest: Output<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs>? = 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>

Functions

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