ConnectorProfilePardotConnectorProfileCredentialsArgs

data class ConnectorProfilePardotConnectorProfileCredentialsArgs(val accessToken: Output<String>? = null, val clientCredentialsArn: Output<String>? = null, val connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, val refreshToken: Output<String>? = null) : ConvertibleToJava<ConnectorProfilePardotConnectorProfileCredentialsArgs>

Constructors

constructor(accessToken: Output<String>? = null, clientCredentialsArn: Output<String>? = null, connectorOAuthRequest: Output<ConnectorProfileConnectorOAuthRequestArgs>? = null, refreshToken: Output<String>? = null)

Properties

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

The credentials used to access protected resources.

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

The client credentials to fetch access token and refresh token.

Link copied to clipboard

The oauth needed to request security tokens from the connector endpoint.

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

The credentials used to acquire new access tokens.

Functions

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