ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs

data class ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs(val authCode: Output<String>? = null, val redirectUri: Output<String>? = null) : ConvertibleToJava<ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsZendeskOauthRequestArgs>

Constructors

Functions

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

Properties

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

The code provided by the connector when it has been authenticated via the connected app.

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

The URL to which the authentication server redirects the browser after authorization has been granted.