ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsCustomConnectorOauth2OauthRequestArgs

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

Constructors

constructor(authCode: Output<String>? = null, redirectUri: Output<String>? = null)

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.

Functions

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