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

The access token used to access the connector on your behalf.

Link copied to clipboard
val clientId: Output<String>

The identifier for the desired client.

Link copied to clipboard
val clientSecret: Output<String>

The client secret used by the OAuth client to authenticate to the authorization server.

Link copied to clipboard

Used by select connectors for which the OAuth workflow is supported. See OAuth Request for more details.

Functions

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